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

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

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

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

Inheritance

object > UpdateDomainRequest

Namespace

Google.Cloud.ManagedIdentities.V1

Assembly

Google.Cloud.ManagedIdentities.V1.dll

Constructors

UpdateDomainRequest()

public UpdateDomainRequest()

UpdateDomainRequest(UpdateDomainRequest)

public UpdateDomainRequest(UpdateDomainRequest other)
Parameter
NameDescription
otherUpdateDomainRequest

Properties

Domain

public Domain Domain { get; set; }

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

Property Value
TypeDescription
Domain

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include fields from [Domain][google.cloud.managedidentities.v1.Domain]:

  • labels
  • locations
  • authorized_networks
Property Value
TypeDescription
FieldMask