Class GetDomainsDomainResult
Inheritance
System.Object
GetDomainsDomainResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AzureAD.Outputs
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class GetDomainsDomainResult
Fields
View SourceAuthenticationType
The authentication type of the domain (Managed or Federated).
Declaration
public readonly string AuthenticationType
Field Value
| Type | Description |
|---|---|
| System.String |
DomainName
The name of the domain.
Declaration
public readonly string DomainName
Field Value
| Type | Description |
|---|---|
| System.String |
IsDefault
True if this is the default domain that is used for user creation.
Declaration
public readonly bool IsDefault
Field Value
| Type | Description |
|---|---|
| System.Boolean |
IsInitial
True if this is the initial domain created by Azure Activie Directory.
Declaration
public readonly bool IsInitial
Field Value
| Type | Description |
|---|---|
| System.Boolean |
IsVerified
True if the domain has completed domain ownership verification.
Declaration
public readonly bool IsVerified
Field Value
| Type | Description |
|---|---|
| System.Boolean |