Show / Hide Table of Contents

Class OnPremDomainDetails

OnPremDomainDetails is the message which contains details of on-prem domain which is trusted and needs to be migrated.

Inheritance
object
OnPremDomainDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX