Class: Google::Cloud::ManagedIdentities::V1::CreateMicrosoftAdDomainRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedIdentities::V1::CreateMicrosoftAdDomainRequest
- 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
-
#domain ⇒ ::Google::Cloud::ManagedIdentities::V1::Domain
Required.
-
#domain_name ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#domain ⇒ ::Google::Cloud::ManagedIdentities::V1::Domain
Returns Required. A Managed Identity domain resource.
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.
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
.
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 |