Class GetDomainsResult
Inheritance
System.Object
GetDomainsResult
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 GetDomainsResult
Fields
View SourceDomains
One or more domain blocks as defined below.
Declaration
public readonly ImmutableArray<GetDomainsDomainResult> Domains
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetDomainsDomainResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IncludeUnverified
Declaration
public readonly bool? IncludeUnverified
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
OnlyDefault
Declaration
public readonly bool? OnlyDefault
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
OnlyInitial
Declaration
public readonly bool? OnlyInitial
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |