Class OnPremDomainDetails
OnPremDomainDetails is the message which contains details of on-prem domain which is trusted and needs to be migrated.
Implements
Inherited Members
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.Data
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.dll
Syntax
public class OnPremDomainDetails : IDirectResponseSchema
Properties
DisableSidFiltering
Optional. Option to disable SID filtering.
Declaration
[JsonProperty("disableSidFiltering")]
public virtual bool? DisableSidFiltering { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DomainName
Required. FQDN of the on-prem domain being migrated.
Declaration
[JsonProperty("domainName")]
public virtual string DomainName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |