public sealed class UpdateDomainRequest : IMessage<UpdateDomainRequest>, IEquatable<UpdateDomainRequest>, IDeepCloneable<UpdateDomainRequest>, IBufferMessage, IMessageReference 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]
Implements
IMessageUpdateDomainRequest, IEquatableUpdateDomainRequest, IDeepCloneableUpdateDomainRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedIdentities.V1Assembly
Google.Cloud.ManagedIdentities.V1.dll
Constructors
UpdateDomainRequest()
public UpdateDomainRequest()UpdateDomainRequest(UpdateDomainRequest)
public UpdateDomainRequest(UpdateDomainRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDomainRequest |
Properties
Domain
public Domain Domain { get; set; }Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.
| Property Value | |
|---|---|
| Type | Description |
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]:
labelslocationsauthorized_networks
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|