Show / Hide Table of Contents

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 Source

AuthenticationType

The authentication type of the domain (Managed or Federated).

Declaration
public readonly string AuthenticationType
Field Value
Type Description
System.String
View Source

DomainName

The name of the domain.

Declaration
public readonly string DomainName
Field Value
Type Description
System.String
View Source

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
View Source

IsInitial

True if this is the initial domain created by Azure Activie Directory.

Declaration
public readonly bool IsInitial
Field Value
Type Description
System.Boolean
View Source

IsVerified

True if the domain has completed domain ownership verification.

Declaration
public readonly bool IsVerified
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.