Admin SDK API . domains

Instance Methods

close()

Close httplib2 connections.

delete(customer, domainName, x__xgafv=None)

Deletes a domain of the customer.

get(customer, domainName, x__xgafv=None)

Retrieves a domain of the customer.

insert(customer, body=None, x__xgafv=None)

Inserts a domain of the customer.

list(customer, x__xgafv=None)

Lists the domains of the customer.

Method Details

close()
Close httplib2 connections.
delete(customer, domainName, x__xgafv=None)
Deletes a domain of the customer.

Args:
  customer: string, Immutable ID of the Google Workspace account. (required)
  domainName: string, Name of domain to be deleted (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
get(customer, domainName, x__xgafv=None)
Retrieves a domain of the customer.

Args:
  customer: string, The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
  domainName: string, Name of domain to be retrieved (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "creationTime": "A String", # Creation time of the domain. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. (Read-only).
  "domainAliases": [ # A list of domain alias objects. (Read-only)
    {
      "creationTime": "A String", # The creation time of the domain alias. (Read-only).
      "domainAliasName": "A String", # The domain alias name.
      "etag": "A String", # ETag of the resource.
      "kind": "admin#directory#domainAlias", # Kind of resource this is.
      "parentDomainName": "A String", # The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer.
      "verified": True or False, # Indicates the verification state of a domain alias. (Read-only)
    },
  ],
  "domainName": "A String", # The domain name of the customer.
  "etag": "A String", # ETag of the resource.
  "isPrimary": True or False, # Indicates if the domain is a primary domain (Read-only).
  "kind": "admin#directory#domain", # Kind of resource this is.
  "verified": True or False, # Indicates the verification state of a domain. (Read-only).
}
insert(customer, body=None, x__xgafv=None)
Inserts a domain of the customer.

Args:
  customer: string, Immutable ID of the Google Workspace account. (required)
  body: object, The request body.
    The object takes the form of:

{
  "creationTime": "A String", # Creation time of the domain. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. (Read-only).
  "domainAliases": [ # A list of domain alias objects. (Read-only)
    {
      "creationTime": "A String", # The creation time of the domain alias. (Read-only).
      "domainAliasName": "A String", # The domain alias name.
      "etag": "A String", # ETag of the resource.
      "kind": "admin#directory#domainAlias", # Kind of resource this is.
      "parentDomainName": "A String", # The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer.
      "verified": True or False, # Indicates the verification state of a domain alias. (Read-only)
    },
  ],
  "domainName": "A String", # The domain name of the customer.
  "etag": "A String", # ETag of the resource.
  "isPrimary": True or False, # Indicates if the domain is a primary domain (Read-only).
  "kind": "admin#directory#domain", # Kind of resource this is.
  "verified": True or False, # Indicates the verification state of a domain. (Read-only).
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "creationTime": "A String", # Creation time of the domain. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. (Read-only).
  "domainAliases": [ # A list of domain alias objects. (Read-only)
    {
      "creationTime": "A String", # The creation time of the domain alias. (Read-only).
      "domainAliasName": "A String", # The domain alias name.
      "etag": "A String", # ETag of the resource.
      "kind": "admin#directory#domainAlias", # Kind of resource this is.
      "parentDomainName": "A String", # The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer.
      "verified": True or False, # Indicates the verification state of a domain alias. (Read-only)
    },
  ],
  "domainName": "A String", # The domain name of the customer.
  "etag": "A String", # ETag of the resource.
  "isPrimary": True or False, # Indicates if the domain is a primary domain (Read-only).
  "kind": "admin#directory#domain", # Kind of resource this is.
  "verified": True or False, # Indicates the verification state of a domain. (Read-only).
}
list(customer, x__xgafv=None)
Lists the domains of the customer.

Args:
  customer: string, The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
  "domains": [ # A list of domain objects.
    {
      "creationTime": "A String", # Creation time of the domain. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. (Read-only).
      "domainAliases": [ # A list of domain alias objects. (Read-only)
        {
          "creationTime": "A String", # The creation time of the domain alias. (Read-only).
          "domainAliasName": "A String", # The domain alias name.
          "etag": "A String", # ETag of the resource.
          "kind": "admin#directory#domainAlias", # Kind of resource this is.
          "parentDomainName": "A String", # The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer.
          "verified": True or False, # Indicates the verification state of a domain alias. (Read-only)
        },
      ],
      "domainName": "A String", # The domain name of the customer.
      "etag": "A String", # ETag of the resource.
      "isPrimary": True or False, # Indicates if the domain is a primary domain (Read-only).
      "kind": "admin#directory#domain", # Kind of resource this is.
      "verified": True or False, # Indicates the verification state of a domain. (Read-only).
    },
  ],
  "etag": "A String", # ETag of the resource.
  "kind": "admin#directory#domains", # Kind of resource this is.
}