Class CreateMicrosoftAdDomainRequest (1.9.2)

CreateMicrosoftAdDomainRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for CreateMicrosoftAdDomain

Attributes

NameDescription
parent str
Required. The resource project name and location using the form: projects/{project_id}/locations/global
domain_name str
Required. The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions: - Must contain only lowercase letters, numbers, periods and hyphens. - Must start with a letter. - Must contain between 2-64 characters. - Must end with a number or a letter. - Must not start with period. - First segement length (mydomain form example above) shouldn't exceed 15 chars. - The last segment cannot be fully numeric. - Must be unique within the customer project.
domain google.cloud.managedidentities_v1.types.Domain
Required. A Managed Identity domain resource.