Class CheckMigrationPermissionResponse
CheckMigrationPermissionResponse is the response message for CheckMigrationPermission method.
Implements
Inherited Members
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.Data
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.dll
Syntax
public class CheckMigrationPermissionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OnpremDomains
The state of SID filtering of all the domains which has trust established.
Declaration
[JsonProperty("onpremDomains")]
public virtual IList<OnPremDomainSIDDetails> OnpremDomains { get; set; }
Property Value
Type | Description |
---|---|
IList<OnPremDomainSIDDetails> |
State
The state of DomainMigration.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |