Managed Service for Microsoft Active Directory API V1 API - Class Google::Cloud::ManagedIdentities::V1::CreateMicrosoftAdDomainRequest (v0.3.5)

Reference documentation and code samples for the Managed Service for Microsoft Active Directory API V1 API class Google::Cloud::ManagedIdentities::V1::CreateMicrosoftAdDomainRequest.

Request message for [CreateMicrosoftAdDomain][google.cloud.managedidentities.v1.CreateMicrosoftAdDomain]

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#domain

def domain() -> ::Google::Cloud::ManagedIdentities::V1::Domain
Returns

#domain=

def domain=(value) -> ::Google::Cloud::ManagedIdentities::V1::Domain
Parameter
Returns

#domain_name

def domain_name() -> ::String
Returns
  • (::String) —

    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_name=

def domain_name=(value) -> ::String
Parameter
  • value (::String) —

    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.
Returns
  • (::String) —

    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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource project name and location using the form: projects/{project_id}/locations/global

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource project name and location using the form: projects/{project_id}/locations/global
Returns
  • (::String) — Required. The resource project name and location using the form: projects/{project_id}/locations/global