Show / Hide Table of Contents

Class GetDomainsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetDomainsArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetDomainsArgs()

Declaration
public GetDomainsArgs()

Properties

View Source

IncludeUnverified

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

OnlyDefault

Set to true to only return the default domain.

Declaration
public bool? OnlyDefault { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.