Admin SDK . 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 G Suite 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, Immutable ID of the G Suite account. (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:

    {
    "kind": "admin#directory#domain", # Kind of resource this is.
    "domainName": "A String", # The domain name of the customer.
    "domainAliases": [ # List of domain alias objects. (Read-only)
      {
        "domainAliasName": "A String", # The domain alias name.
        "creationTime": "A String", # The creation time of the domain alias. (Read-only).
        "verified": True or False, # Indicates the verification state of a domain alias. (Read-only)
        "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.
        "etag": "A String", # ETag of the resource.
        "kind": "admin#directory#domainAlias", # Kind of resource this is.
      },
    ],
    "etag": "A String", # ETag of the resource.
    "verified": True or False, # Indicates the verification state of a domain. (Read-only).
    "creationTime": "A String", # Creation time of the domain. (Read-only).
    "isPrimary": True or False, # Indicates if the domain is a primary domain (Read-only).
  }
insert(customer, body=None, x__xgafv=None)
Inserts a domain of the customer.

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

{
  "kind": "admin#directory#domain", # Kind of resource this is.
  "domainName": "A String", # The domain name of the customer.
  "domainAliases": [ # List of domain alias objects. (Read-only)
    {
      "domainAliasName": "A String", # The domain alias name.
      "creationTime": "A String", # The creation time of the domain alias. (Read-only).
      "verified": True or False, # Indicates the verification state of a domain alias. (Read-only)
      "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.
      "etag": "A String", # ETag of the resource.
      "kind": "admin#directory#domainAlias", # Kind of resource this is.
    },
  ],
  "etag": "A String", # ETag of the resource.
  "verified": True or False, # Indicates the verification state of a domain. (Read-only).
  "creationTime": "A String", # Creation time of the domain. (Read-only).
  "isPrimary": True or False, # Indicates if the domain is a primary 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:

    {
    "kind": "admin#directory#domain", # Kind of resource this is.
    "domainName": "A String", # The domain name of the customer.
    "domainAliases": [ # List of domain alias objects. (Read-only)
      {
        "domainAliasName": "A String", # The domain alias name.
        "creationTime": "A String", # The creation time of the domain alias. (Read-only).
        "verified": True or False, # Indicates the verification state of a domain alias. (Read-only)
        "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.
        "etag": "A String", # ETag of the resource.
        "kind": "admin#directory#domainAlias", # Kind of resource this is.
      },
    ],
    "etag": "A String", # ETag of the resource.
    "verified": True or False, # Indicates the verification state of a domain. (Read-only).
    "creationTime": "A String", # Creation time of the domain. (Read-only).
    "isPrimary": True or False, # Indicates if the domain is a primary domain (Read-only).
  }
list(customer, x__xgafv=None)
Lists the domains of the customer.

Args:
  customer: string, Immutable ID of the G Suite account. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
    "domains": [ # List of domain objects.
      {
        "kind": "admin#directory#domain", # Kind of resource this is.
        "domainName": "A String", # The domain name of the customer.
        "domainAliases": [ # List of domain alias objects. (Read-only)
          {
            "domainAliasName": "A String", # The domain alias name.
            "creationTime": "A String", # The creation time of the domain alias. (Read-only).
            "verified": True or False, # Indicates the verification state of a domain alias. (Read-only)
            "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.
            "etag": "A String", # ETag of the resource.
            "kind": "admin#directory#domainAlias", # Kind of resource this is.
          },
        ],
        "etag": "A String", # ETag of the resource.
        "verified": True or False, # Indicates the verification state of a domain. (Read-only).
        "creationTime": "A String", # Creation time of the domain. (Read-only).
        "isPrimary": True or False, # Indicates if the domain is a primary domain (Read-only).
      },
    ],
    "etag": "A String", # ETag of the resource.
    "kind": "admin#directory#domains", # Kind of resource this is.
  }