Class: Google::Cloud::ManagedIdentities::V1::CreateMicrosoftAdDomainRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#domain::Google::Cloud::ManagedIdentities::V1::Domain

Returns Required. A Managed Identity domain resource.

Returns:



74
75
76
77
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 74

class CreateMicrosoftAdDomainRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#domain_name::String

Returns 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.


74
75
76
77
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 74

class CreateMicrosoftAdDomainRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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



74
75
76
77
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 74

class CreateMicrosoftAdDomainRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end