Class GetDomainsArgs
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
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class GetDomainsArgs : InvokeArgs
Constructors
View SourceGetDomainsArgs()
Declaration
public GetDomainsArgs()
Properties
View SourceIncludeUnverified
Set to true if unverified Azure AD Domains should be included. Defaults to false.
Declaration
public bool? IncludeUnverified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
OnlyDefault
Set to true to only return the default domain.
Declaration
public bool? OnlyDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
OnlyInitial
Set to true to only return the initial domain, which is your primary Azure Active Directory tenant domain. Defaults to false.
Declaration
public bool? OnlyInitial { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |