Managed Service for Microsoft Active Directory v1 API - Class GetDomainRequest (3.2.0)

public sealed class GetDomainRequest : IMessage<GetDomainRequest>, IEquatable<GetDomainRequest>, IDeepCloneable<GetDomainRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Managed Service for Microsoft Active Directory v1 API class GetDomainRequest.

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

Inheritance

object > GetDomainRequest

Namespace

Google.Cloud.ManagedIdentities.V1

Assembly

Google.Cloud.ManagedIdentities.V1.dll

Constructors

GetDomainRequest()

public GetDomainRequest()

GetDomainRequest(GetDomainRequest)

public GetDomainRequest(GetDomainRequest other)
Parameter
NameDescription
otherGetDomainRequest

Properties

DomainName

public DomainName DomainName { get; set; }

DomainName-typed view over the Name resource name property.

Property Value
TypeDescription
DomainName

Name

public string Name { get; set; }

Required. The domain resource name using the form: projects/{project_id}/locations/global/domains/{domain_name}

Property Value
TypeDescription
string