aad

package module
v0.0.0-...-fc6d6d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ChannelBindingEnabled  = ChannelBinding("Enabled")
	ChannelBindingDisabled = ChannelBinding("Disabled")
)
View Source
const (
	ExternalAccessEnabled  = ExternalAccess("Enabled")
	ExternalAccessDisabled = ExternalAccess("Disabled")
)
View Source
const (
	FilteredSyncEnabled  = FilteredSync("Enabled")
	FilteredSyncDisabled = FilteredSync("Disabled")
)
View Source
const (
	KerberosArmoringEnabled  = KerberosArmoring("Enabled")
	KerberosArmoringDisabled = KerberosArmoring("Disabled")
)
View Source
const (
	KerberosRc4EncryptionEnabled  = KerberosRc4Encryption("Enabled")
	KerberosRc4EncryptionDisabled = KerberosRc4Encryption("Disabled")
)
View Source
const (
	LdapSigningEnabled  = LdapSigning("Enabled")
	LdapSigningDisabled = LdapSigning("Disabled")
)
View Source
const (
	LdapsEnabled  = Ldaps("Enabled")
	LdapsDisabled = Ldaps("Disabled")
)
View Source
const (
	NotifyDcAdminsEnabled  = NotifyDcAdmins("Enabled")
	NotifyDcAdminsDisabled = NotifyDcAdmins("Disabled")
)
View Source
const (
	NotifyGlobalAdminsEnabled  = NotifyGlobalAdmins("Enabled")
	NotifyGlobalAdminsDisabled = NotifyGlobalAdmins("Disabled")
)
View Source
const (
	NtlmV1Enabled  = NtlmV1("Enabled")
	NtlmV1Disabled = NtlmV1("Disabled")
)
View Source
const (
	StatusNone    = Status("None")
	StatusRunning = Status("Running")
	StatusOK      = Status("OK")
	StatusFailure = Status("Failure")
	StatusWarning = Status("Warning")
	StatusSkipped = Status("Skipped")
)
View Source
const (
	SyncKerberosPasswordsEnabled  = SyncKerberosPasswords("Enabled")
	SyncKerberosPasswordsDisabled = SyncKerberosPasswords("Disabled")
)
View Source
const (
	SyncNtlmPasswordsEnabled  = SyncNtlmPasswords("Enabled")
	SyncNtlmPasswordsDisabled = SyncNtlmPasswords("Disabled")
)
View Source
const (
	SyncOnPremPasswordsEnabled  = SyncOnPremPasswords("Enabled")
	SyncOnPremPasswordsDisabled = SyncOnPremPasswords("Disabled")
)
View Source
const (
	SyncScopeAll       = SyncScope("All")
	SyncScopeCloudOnly = SyncScope("CloudOnly")
)
View Source
const (
	TlsV1Enabled  = TlsV1("Enabled")
	TlsV1Disabled = TlsV1("Disabled")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ChannelBinding

type ChannelBinding string

A flag to determine whether or not ChannelBinding is enabled or disabled.

func (ChannelBinding) ElementType

func (ChannelBinding) ElementType() reflect.Type

func (ChannelBinding) ToChannelBindingOutput

func (e ChannelBinding) ToChannelBindingOutput() ChannelBindingOutput

func (ChannelBinding) ToChannelBindingOutputWithContext

func (e ChannelBinding) ToChannelBindingOutputWithContext(ctx context.Context) ChannelBindingOutput

func (ChannelBinding) ToChannelBindingPtrOutput

func (e ChannelBinding) ToChannelBindingPtrOutput() ChannelBindingPtrOutput

func (ChannelBinding) ToChannelBindingPtrOutputWithContext

func (e ChannelBinding) ToChannelBindingPtrOutputWithContext(ctx context.Context) ChannelBindingPtrOutput

func (ChannelBinding) ToStringOutput

func (e ChannelBinding) ToStringOutput() pulumi.StringOutput

func (ChannelBinding) ToStringOutputWithContext

func (e ChannelBinding) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ChannelBinding) ToStringPtrOutput

func (e ChannelBinding) ToStringPtrOutput() pulumi.StringPtrOutput

func (ChannelBinding) ToStringPtrOutputWithContext

func (e ChannelBinding) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ChannelBindingInput

type ChannelBindingInput interface {
	pulumi.Input

	ToChannelBindingOutput() ChannelBindingOutput
	ToChannelBindingOutputWithContext(context.Context) ChannelBindingOutput
}

ChannelBindingInput is an input type that accepts values of the ChannelBinding enum A concrete instance of `ChannelBindingInput` can be one of the following:

ChannelBindingEnabled
ChannelBindingDisabled

type ChannelBindingOutput

type ChannelBindingOutput struct{ *pulumi.OutputState }

func (ChannelBindingOutput) ElementType

func (ChannelBindingOutput) ElementType() reflect.Type

func (ChannelBindingOutput) ToChannelBindingOutput

func (o ChannelBindingOutput) ToChannelBindingOutput() ChannelBindingOutput

func (ChannelBindingOutput) ToChannelBindingOutputWithContext

func (o ChannelBindingOutput) ToChannelBindingOutputWithContext(ctx context.Context) ChannelBindingOutput

func (ChannelBindingOutput) ToChannelBindingPtrOutput

func (o ChannelBindingOutput) ToChannelBindingPtrOutput() ChannelBindingPtrOutput

func (ChannelBindingOutput) ToChannelBindingPtrOutputWithContext

func (o ChannelBindingOutput) ToChannelBindingPtrOutputWithContext(ctx context.Context) ChannelBindingPtrOutput

func (ChannelBindingOutput) ToStringOutput

func (o ChannelBindingOutput) ToStringOutput() pulumi.StringOutput

func (ChannelBindingOutput) ToStringOutputWithContext

func (o ChannelBindingOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ChannelBindingOutput) ToStringPtrOutput

func (o ChannelBindingOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ChannelBindingOutput) ToStringPtrOutputWithContext

func (o ChannelBindingOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ChannelBindingPtrInput

type ChannelBindingPtrInput interface {
	pulumi.Input

	ToChannelBindingPtrOutput() ChannelBindingPtrOutput
	ToChannelBindingPtrOutputWithContext(context.Context) ChannelBindingPtrOutput
}

func ChannelBindingPtr

func ChannelBindingPtr(v string) ChannelBindingPtrInput

type ChannelBindingPtrOutput

type ChannelBindingPtrOutput struct{ *pulumi.OutputState }

func (ChannelBindingPtrOutput) Elem

func (ChannelBindingPtrOutput) ElementType

func (ChannelBindingPtrOutput) ElementType() reflect.Type

func (ChannelBindingPtrOutput) ToChannelBindingPtrOutput

func (o ChannelBindingPtrOutput) ToChannelBindingPtrOutput() ChannelBindingPtrOutput

func (ChannelBindingPtrOutput) ToChannelBindingPtrOutputWithContext

func (o ChannelBindingPtrOutput) ToChannelBindingPtrOutputWithContext(ctx context.Context) ChannelBindingPtrOutput

func (ChannelBindingPtrOutput) ToStringPtrOutput

func (o ChannelBindingPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ChannelBindingPtrOutput) ToStringPtrOutputWithContext

func (o ChannelBindingPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ConfigDiagnostics

type ConfigDiagnostics struct {
	// Last domain configuration diagnostics DateTime
	LastExecuted *string `pulumi:"lastExecuted"`
	// List of Configuration Diagnostics validator results.
	ValidatorResults []ConfigDiagnosticsValidatorResult `pulumi:"validatorResults"`
}

Configuration Diagnostics

type ConfigDiagnosticsArgs

type ConfigDiagnosticsArgs struct {
	// Last domain configuration diagnostics DateTime
	LastExecuted pulumi.StringPtrInput `pulumi:"lastExecuted"`
	// List of Configuration Diagnostics validator results.
	ValidatorResults ConfigDiagnosticsValidatorResultArrayInput `pulumi:"validatorResults"`
}

Configuration Diagnostics

func (ConfigDiagnosticsArgs) ElementType

func (ConfigDiagnosticsArgs) ElementType() reflect.Type

func (ConfigDiagnosticsArgs) ToConfigDiagnosticsOutput

func (i ConfigDiagnosticsArgs) ToConfigDiagnosticsOutput() ConfigDiagnosticsOutput

func (ConfigDiagnosticsArgs) ToConfigDiagnosticsOutputWithContext

func (i ConfigDiagnosticsArgs) ToConfigDiagnosticsOutputWithContext(ctx context.Context) ConfigDiagnosticsOutput

func (ConfigDiagnosticsArgs) ToConfigDiagnosticsPtrOutput

func (i ConfigDiagnosticsArgs) ToConfigDiagnosticsPtrOutput() ConfigDiagnosticsPtrOutput

func (ConfigDiagnosticsArgs) ToConfigDiagnosticsPtrOutputWithContext

func (i ConfigDiagnosticsArgs) ToConfigDiagnosticsPtrOutputWithContext(ctx context.Context) ConfigDiagnosticsPtrOutput

type ConfigDiagnosticsInput

type ConfigDiagnosticsInput interface {
	pulumi.Input

	ToConfigDiagnosticsOutput() ConfigDiagnosticsOutput
	ToConfigDiagnosticsOutputWithContext(context.Context) ConfigDiagnosticsOutput
}

ConfigDiagnosticsInput is an input type that accepts ConfigDiagnosticsArgs and ConfigDiagnosticsOutput values. You can construct a concrete instance of `ConfigDiagnosticsInput` via:

ConfigDiagnosticsArgs{...}

type ConfigDiagnosticsOutput

type ConfigDiagnosticsOutput struct{ *pulumi.OutputState }

Configuration Diagnostics

func (ConfigDiagnosticsOutput) ElementType

func (ConfigDiagnosticsOutput) ElementType() reflect.Type

func (ConfigDiagnosticsOutput) LastExecuted

Last domain configuration diagnostics DateTime

func (ConfigDiagnosticsOutput) ToConfigDiagnosticsOutput

func (o ConfigDiagnosticsOutput) ToConfigDiagnosticsOutput() ConfigDiagnosticsOutput

func (ConfigDiagnosticsOutput) ToConfigDiagnosticsOutputWithContext

func (o ConfigDiagnosticsOutput) ToConfigDiagnosticsOutputWithContext(ctx context.Context) ConfigDiagnosticsOutput

func (ConfigDiagnosticsOutput) ToConfigDiagnosticsPtrOutput

func (o ConfigDiagnosticsOutput) ToConfigDiagnosticsPtrOutput() ConfigDiagnosticsPtrOutput

func (ConfigDiagnosticsOutput) ToConfigDiagnosticsPtrOutputWithContext

func (o ConfigDiagnosticsOutput) ToConfigDiagnosticsPtrOutputWithContext(ctx context.Context) ConfigDiagnosticsPtrOutput

func (ConfigDiagnosticsOutput) ValidatorResults

List of Configuration Diagnostics validator results.

type ConfigDiagnosticsPtrInput

type ConfigDiagnosticsPtrInput interface {
	pulumi.Input

	ToConfigDiagnosticsPtrOutput() ConfigDiagnosticsPtrOutput
	ToConfigDiagnosticsPtrOutputWithContext(context.Context) ConfigDiagnosticsPtrOutput
}

ConfigDiagnosticsPtrInput is an input type that accepts ConfigDiagnosticsArgs, ConfigDiagnosticsPtr and ConfigDiagnosticsPtrOutput values. You can construct a concrete instance of `ConfigDiagnosticsPtrInput` via:

        ConfigDiagnosticsArgs{...}

or:

        nil

type ConfigDiagnosticsPtrOutput

type ConfigDiagnosticsPtrOutput struct{ *pulumi.OutputState }

func (ConfigDiagnosticsPtrOutput) Elem

func (ConfigDiagnosticsPtrOutput) ElementType

func (ConfigDiagnosticsPtrOutput) ElementType() reflect.Type

func (ConfigDiagnosticsPtrOutput) LastExecuted

Last domain configuration diagnostics DateTime

func (ConfigDiagnosticsPtrOutput) ToConfigDiagnosticsPtrOutput

func (o ConfigDiagnosticsPtrOutput) ToConfigDiagnosticsPtrOutput() ConfigDiagnosticsPtrOutput

func (ConfigDiagnosticsPtrOutput) ToConfigDiagnosticsPtrOutputWithContext

func (o ConfigDiagnosticsPtrOutput) ToConfigDiagnosticsPtrOutputWithContext(ctx context.Context) ConfigDiagnosticsPtrOutput

func (ConfigDiagnosticsPtrOutput) ValidatorResults

List of Configuration Diagnostics validator results.

type ConfigDiagnosticsResponse

type ConfigDiagnosticsResponse struct {
	// Last domain configuration diagnostics DateTime
	LastExecuted *string `pulumi:"lastExecuted"`
	// List of Configuration Diagnostics validator results.
	ValidatorResults []ConfigDiagnosticsValidatorResultResponse `pulumi:"validatorResults"`
}

Configuration Diagnostics

type ConfigDiagnosticsResponseOutput

type ConfigDiagnosticsResponseOutput struct{ *pulumi.OutputState }

Configuration Diagnostics

func (ConfigDiagnosticsResponseOutput) ElementType

func (ConfigDiagnosticsResponseOutput) LastExecuted

Last domain configuration diagnostics DateTime

func (ConfigDiagnosticsResponseOutput) ToConfigDiagnosticsResponseOutput

func (o ConfigDiagnosticsResponseOutput) ToConfigDiagnosticsResponseOutput() ConfigDiagnosticsResponseOutput

func (ConfigDiagnosticsResponseOutput) ToConfigDiagnosticsResponseOutputWithContext

func (o ConfigDiagnosticsResponseOutput) ToConfigDiagnosticsResponseOutputWithContext(ctx context.Context) ConfigDiagnosticsResponseOutput

func (ConfigDiagnosticsResponseOutput) ValidatorResults

List of Configuration Diagnostics validator results.

type ConfigDiagnosticsResponsePtrOutput

type ConfigDiagnosticsResponsePtrOutput struct{ *pulumi.OutputState }

func (ConfigDiagnosticsResponsePtrOutput) Elem

func (ConfigDiagnosticsResponsePtrOutput) ElementType

func (ConfigDiagnosticsResponsePtrOutput) LastExecuted

Last domain configuration diagnostics DateTime

func (ConfigDiagnosticsResponsePtrOutput) ToConfigDiagnosticsResponsePtrOutput

func (o ConfigDiagnosticsResponsePtrOutput) ToConfigDiagnosticsResponsePtrOutput() ConfigDiagnosticsResponsePtrOutput

func (ConfigDiagnosticsResponsePtrOutput) ToConfigDiagnosticsResponsePtrOutputWithContext

func (o ConfigDiagnosticsResponsePtrOutput) ToConfigDiagnosticsResponsePtrOutputWithContext(ctx context.Context) ConfigDiagnosticsResponsePtrOutput

func (ConfigDiagnosticsResponsePtrOutput) ValidatorResults

List of Configuration Diagnostics validator results.

type ConfigDiagnosticsValidatorResult

type ConfigDiagnosticsValidatorResult struct {
	// List of resource config validation issues.
	Issues []ConfigDiagnosticsValidatorResultIssue `pulumi:"issues"`
	// Replica set location and subnet name
	ReplicaSetSubnetDisplayName *string `pulumi:"replicaSetSubnetDisplayName"`
	// Status for individual validator after running diagnostics.
	Status *string `pulumi:"status"`
	// Validator identifier
	ValidatorId *string `pulumi:"validatorId"`
}

Config Diagnostics validator result data

func (*ConfigDiagnosticsValidatorResult) Defaults

Defaults sets the appropriate defaults for ConfigDiagnosticsValidatorResult

type ConfigDiagnosticsValidatorResultArgs

type ConfigDiagnosticsValidatorResultArgs struct {
	// List of resource config validation issues.
	Issues ConfigDiagnosticsValidatorResultIssueArrayInput `pulumi:"issues"`
	// Replica set location and subnet name
	ReplicaSetSubnetDisplayName pulumi.StringPtrInput `pulumi:"replicaSetSubnetDisplayName"`
	// Status for individual validator after running diagnostics.
	Status pulumi.StringPtrInput `pulumi:"status"`
	// Validator identifier
	ValidatorId pulumi.StringPtrInput `pulumi:"validatorId"`
}

Config Diagnostics validator result data

func (*ConfigDiagnosticsValidatorResultArgs) Defaults

Defaults sets the appropriate defaults for ConfigDiagnosticsValidatorResultArgs

func (ConfigDiagnosticsValidatorResultArgs) ElementType

func (ConfigDiagnosticsValidatorResultArgs) ToConfigDiagnosticsValidatorResultOutput

func (i ConfigDiagnosticsValidatorResultArgs) ToConfigDiagnosticsValidatorResultOutput() ConfigDiagnosticsValidatorResultOutput

func (ConfigDiagnosticsValidatorResultArgs) ToConfigDiagnosticsValidatorResultOutputWithContext

func (i ConfigDiagnosticsValidatorResultArgs) ToConfigDiagnosticsValidatorResultOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultOutput

type ConfigDiagnosticsValidatorResultArray

type ConfigDiagnosticsValidatorResultArray []ConfigDiagnosticsValidatorResultInput

func (ConfigDiagnosticsValidatorResultArray) ElementType

func (ConfigDiagnosticsValidatorResultArray) ToConfigDiagnosticsValidatorResultArrayOutput

func (i ConfigDiagnosticsValidatorResultArray) ToConfigDiagnosticsValidatorResultArrayOutput() ConfigDiagnosticsValidatorResultArrayOutput

func (ConfigDiagnosticsValidatorResultArray) ToConfigDiagnosticsValidatorResultArrayOutputWithContext

func (i ConfigDiagnosticsValidatorResultArray) ToConfigDiagnosticsValidatorResultArrayOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultArrayOutput

type ConfigDiagnosticsValidatorResultArrayInput

type ConfigDiagnosticsValidatorResultArrayInput interface {
	pulumi.Input

	ToConfigDiagnosticsValidatorResultArrayOutput() ConfigDiagnosticsValidatorResultArrayOutput
	ToConfigDiagnosticsValidatorResultArrayOutputWithContext(context.Context) ConfigDiagnosticsValidatorResultArrayOutput
}

ConfigDiagnosticsValidatorResultArrayInput is an input type that accepts ConfigDiagnosticsValidatorResultArray and ConfigDiagnosticsValidatorResultArrayOutput values. You can construct a concrete instance of `ConfigDiagnosticsValidatorResultArrayInput` via:

ConfigDiagnosticsValidatorResultArray{ ConfigDiagnosticsValidatorResultArgs{...} }

type ConfigDiagnosticsValidatorResultArrayOutput

type ConfigDiagnosticsValidatorResultArrayOutput struct{ *pulumi.OutputState }

func (ConfigDiagnosticsValidatorResultArrayOutput) ElementType

func (ConfigDiagnosticsValidatorResultArrayOutput) Index

func (ConfigDiagnosticsValidatorResultArrayOutput) ToConfigDiagnosticsValidatorResultArrayOutput

func (o ConfigDiagnosticsValidatorResultArrayOutput) ToConfigDiagnosticsValidatorResultArrayOutput() ConfigDiagnosticsValidatorResultArrayOutput

func (ConfigDiagnosticsValidatorResultArrayOutput) ToConfigDiagnosticsValidatorResultArrayOutputWithContext

func (o ConfigDiagnosticsValidatorResultArrayOutput) ToConfigDiagnosticsValidatorResultArrayOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultArrayOutput

type ConfigDiagnosticsValidatorResultInput

type ConfigDiagnosticsValidatorResultInput interface {
	pulumi.Input

	ToConfigDiagnosticsValidatorResultOutput() ConfigDiagnosticsValidatorResultOutput
	ToConfigDiagnosticsValidatorResultOutputWithContext(context.Context) ConfigDiagnosticsValidatorResultOutput
}

ConfigDiagnosticsValidatorResultInput is an input type that accepts ConfigDiagnosticsValidatorResultArgs and ConfigDiagnosticsValidatorResultOutput values. You can construct a concrete instance of `ConfigDiagnosticsValidatorResultInput` via:

ConfigDiagnosticsValidatorResultArgs{...}

type ConfigDiagnosticsValidatorResultIssue

type ConfigDiagnosticsValidatorResultIssue struct {
	// List of domain resource property name or values used to compose a rich description.
	DescriptionParams []string `pulumi:"descriptionParams"`
	// Validation issue identifier.
	Id *string `pulumi:"id"`
}

Specific issue for a particular config diagnostics validator

type ConfigDiagnosticsValidatorResultIssueArgs

type ConfigDiagnosticsValidatorResultIssueArgs struct {
	// List of domain resource property name or values used to compose a rich description.
	DescriptionParams pulumi.StringArrayInput `pulumi:"descriptionParams"`
	// Validation issue identifier.
	Id pulumi.StringPtrInput `pulumi:"id"`
}

Specific issue for a particular config diagnostics validator

func (ConfigDiagnosticsValidatorResultIssueArgs) ElementType

func (ConfigDiagnosticsValidatorResultIssueArgs) ToConfigDiagnosticsValidatorResultIssueOutput

func (i ConfigDiagnosticsValidatorResultIssueArgs) ToConfigDiagnosticsValidatorResultIssueOutput() ConfigDiagnosticsValidatorResultIssueOutput

func (ConfigDiagnosticsValidatorResultIssueArgs) ToConfigDiagnosticsValidatorResultIssueOutputWithContext

func (i ConfigDiagnosticsValidatorResultIssueArgs) ToConfigDiagnosticsValidatorResultIssueOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultIssueOutput

type ConfigDiagnosticsValidatorResultIssueArray

type ConfigDiagnosticsValidatorResultIssueArray []ConfigDiagnosticsValidatorResultIssueInput

func (ConfigDiagnosticsValidatorResultIssueArray) ElementType

func (ConfigDiagnosticsValidatorResultIssueArray) ToConfigDiagnosticsValidatorResultIssueArrayOutput

func (i ConfigDiagnosticsValidatorResultIssueArray) ToConfigDiagnosticsValidatorResultIssueArrayOutput() ConfigDiagnosticsValidatorResultIssueArrayOutput

func (ConfigDiagnosticsValidatorResultIssueArray) ToConfigDiagnosticsValidatorResultIssueArrayOutputWithContext

func (i ConfigDiagnosticsValidatorResultIssueArray) ToConfigDiagnosticsValidatorResultIssueArrayOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultIssueArrayOutput

type ConfigDiagnosticsValidatorResultIssueArrayInput

type ConfigDiagnosticsValidatorResultIssueArrayInput interface {
	pulumi.Input

	ToConfigDiagnosticsValidatorResultIssueArrayOutput() ConfigDiagnosticsValidatorResultIssueArrayOutput
	ToConfigDiagnosticsValidatorResultIssueArrayOutputWithContext(context.Context) ConfigDiagnosticsValidatorResultIssueArrayOutput
}

ConfigDiagnosticsValidatorResultIssueArrayInput is an input type that accepts ConfigDiagnosticsValidatorResultIssueArray and ConfigDiagnosticsValidatorResultIssueArrayOutput values. You can construct a concrete instance of `ConfigDiagnosticsValidatorResultIssueArrayInput` via:

ConfigDiagnosticsValidatorResultIssueArray{ ConfigDiagnosticsValidatorResultIssueArgs{...} }

type ConfigDiagnosticsValidatorResultIssueArrayOutput

type ConfigDiagnosticsValidatorResultIssueArrayOutput struct{ *pulumi.OutputState }

func (ConfigDiagnosticsValidatorResultIssueArrayOutput) ElementType

func (ConfigDiagnosticsValidatorResultIssueArrayOutput) Index

func (ConfigDiagnosticsValidatorResultIssueArrayOutput) ToConfigDiagnosticsValidatorResultIssueArrayOutput

func (o ConfigDiagnosticsValidatorResultIssueArrayOutput) ToConfigDiagnosticsValidatorResultIssueArrayOutput() ConfigDiagnosticsValidatorResultIssueArrayOutput

func (ConfigDiagnosticsValidatorResultIssueArrayOutput) ToConfigDiagnosticsValidatorResultIssueArrayOutputWithContext

func (o ConfigDiagnosticsValidatorResultIssueArrayOutput) ToConfigDiagnosticsValidatorResultIssueArrayOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultIssueArrayOutput

type ConfigDiagnosticsValidatorResultIssueInput

type ConfigDiagnosticsValidatorResultIssueInput interface {
	pulumi.Input

	ToConfigDiagnosticsValidatorResultIssueOutput() ConfigDiagnosticsValidatorResultIssueOutput
	ToConfigDiagnosticsValidatorResultIssueOutputWithContext(context.Context) ConfigDiagnosticsValidatorResultIssueOutput
}

ConfigDiagnosticsValidatorResultIssueInput is an input type that accepts ConfigDiagnosticsValidatorResultIssueArgs and ConfigDiagnosticsValidatorResultIssueOutput values. You can construct a concrete instance of `ConfigDiagnosticsValidatorResultIssueInput` via:

ConfigDiagnosticsValidatorResultIssueArgs{...}

type ConfigDiagnosticsValidatorResultIssueOutput

type ConfigDiagnosticsValidatorResultIssueOutput struct{ *pulumi.OutputState }

Specific issue for a particular config diagnostics validator

func (ConfigDiagnosticsValidatorResultIssueOutput) DescriptionParams

List of domain resource property name or values used to compose a rich description.

func (ConfigDiagnosticsValidatorResultIssueOutput) ElementType

func (ConfigDiagnosticsValidatorResultIssueOutput) Id

Validation issue identifier.

func (ConfigDiagnosticsValidatorResultIssueOutput) ToConfigDiagnosticsValidatorResultIssueOutput

func (o ConfigDiagnosticsValidatorResultIssueOutput) ToConfigDiagnosticsValidatorResultIssueOutput() ConfigDiagnosticsValidatorResultIssueOutput

func (ConfigDiagnosticsValidatorResultIssueOutput) ToConfigDiagnosticsValidatorResultIssueOutputWithContext

func (o ConfigDiagnosticsValidatorResultIssueOutput) ToConfigDiagnosticsValidatorResultIssueOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultIssueOutput

type ConfigDiagnosticsValidatorResultIssueResponse

type ConfigDiagnosticsValidatorResultIssueResponse struct {
	// List of domain resource property name or values used to compose a rich description.
	DescriptionParams []string `pulumi:"descriptionParams"`
	// Validation issue identifier.
	Id *string `pulumi:"id"`
}

Specific issue for a particular config diagnostics validator

type ConfigDiagnosticsValidatorResultIssueResponseArrayOutput

type ConfigDiagnosticsValidatorResultIssueResponseArrayOutput struct{ *pulumi.OutputState }

func (ConfigDiagnosticsValidatorResultIssueResponseArrayOutput) ElementType

func (ConfigDiagnosticsValidatorResultIssueResponseArrayOutput) Index

func (ConfigDiagnosticsValidatorResultIssueResponseArrayOutput) ToConfigDiagnosticsValidatorResultIssueResponseArrayOutput

func (ConfigDiagnosticsValidatorResultIssueResponseArrayOutput) ToConfigDiagnosticsValidatorResultIssueResponseArrayOutputWithContext

func (o ConfigDiagnosticsValidatorResultIssueResponseArrayOutput) ToConfigDiagnosticsValidatorResultIssueResponseArrayOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultIssueResponseArrayOutput

type ConfigDiagnosticsValidatorResultIssueResponseOutput

type ConfigDiagnosticsValidatorResultIssueResponseOutput struct{ *pulumi.OutputState }

Specific issue for a particular config diagnostics validator

func (ConfigDiagnosticsValidatorResultIssueResponseOutput) DescriptionParams

List of domain resource property name or values used to compose a rich description.

func (ConfigDiagnosticsValidatorResultIssueResponseOutput) ElementType

func (ConfigDiagnosticsValidatorResultIssueResponseOutput) Id

Validation issue identifier.

func (ConfigDiagnosticsValidatorResultIssueResponseOutput) ToConfigDiagnosticsValidatorResultIssueResponseOutput

func (o ConfigDiagnosticsValidatorResultIssueResponseOutput) ToConfigDiagnosticsValidatorResultIssueResponseOutput() ConfigDiagnosticsValidatorResultIssueResponseOutput

func (ConfigDiagnosticsValidatorResultIssueResponseOutput) ToConfigDiagnosticsValidatorResultIssueResponseOutputWithContext

func (o ConfigDiagnosticsValidatorResultIssueResponseOutput) ToConfigDiagnosticsValidatorResultIssueResponseOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultIssueResponseOutput

type ConfigDiagnosticsValidatorResultOutput

type ConfigDiagnosticsValidatorResultOutput struct{ *pulumi.OutputState }

Config Diagnostics validator result data

func (ConfigDiagnosticsValidatorResultOutput) ElementType

func (ConfigDiagnosticsValidatorResultOutput) Issues

List of resource config validation issues.

func (ConfigDiagnosticsValidatorResultOutput) ReplicaSetSubnetDisplayName

func (o ConfigDiagnosticsValidatorResultOutput) ReplicaSetSubnetDisplayName() pulumi.StringPtrOutput

Replica set location and subnet name

func (ConfigDiagnosticsValidatorResultOutput) Status

Status for individual validator after running diagnostics.

func (ConfigDiagnosticsValidatorResultOutput) ToConfigDiagnosticsValidatorResultOutput

func (o ConfigDiagnosticsValidatorResultOutput) ToConfigDiagnosticsValidatorResultOutput() ConfigDiagnosticsValidatorResultOutput

func (ConfigDiagnosticsValidatorResultOutput) ToConfigDiagnosticsValidatorResultOutputWithContext

func (o ConfigDiagnosticsValidatorResultOutput) ToConfigDiagnosticsValidatorResultOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultOutput

func (ConfigDiagnosticsValidatorResultOutput) ValidatorId

Validator identifier

type ConfigDiagnosticsValidatorResultResponse

type ConfigDiagnosticsValidatorResultResponse struct {
	// List of resource config validation issues.
	Issues []ConfigDiagnosticsValidatorResultIssueResponse `pulumi:"issues"`
	// Replica set location and subnet name
	ReplicaSetSubnetDisplayName *string `pulumi:"replicaSetSubnetDisplayName"`
	// Status for individual validator after running diagnostics.
	Status *string `pulumi:"status"`
	// Validator identifier
	ValidatorId *string `pulumi:"validatorId"`
}

Config Diagnostics validator result data

func (*ConfigDiagnosticsValidatorResultResponse) Defaults

Defaults sets the appropriate defaults for ConfigDiagnosticsValidatorResultResponse

type ConfigDiagnosticsValidatorResultResponseArrayOutput

type ConfigDiagnosticsValidatorResultResponseArrayOutput struct{ *pulumi.OutputState }

func (ConfigDiagnosticsValidatorResultResponseArrayOutput) ElementType

func (ConfigDiagnosticsValidatorResultResponseArrayOutput) Index

func (ConfigDiagnosticsValidatorResultResponseArrayOutput) ToConfigDiagnosticsValidatorResultResponseArrayOutput

func (o ConfigDiagnosticsValidatorResultResponseArrayOutput) ToConfigDiagnosticsValidatorResultResponseArrayOutput() ConfigDiagnosticsValidatorResultResponseArrayOutput

func (ConfigDiagnosticsValidatorResultResponseArrayOutput) ToConfigDiagnosticsValidatorResultResponseArrayOutputWithContext

func (o ConfigDiagnosticsValidatorResultResponseArrayOutput) ToConfigDiagnosticsValidatorResultResponseArrayOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultResponseArrayOutput

type ConfigDiagnosticsValidatorResultResponseOutput

type ConfigDiagnosticsValidatorResultResponseOutput struct{ *pulumi.OutputState }

Config Diagnostics validator result data

func (ConfigDiagnosticsValidatorResultResponseOutput) ElementType

func (ConfigDiagnosticsValidatorResultResponseOutput) Issues

List of resource config validation issues.

func (ConfigDiagnosticsValidatorResultResponseOutput) ReplicaSetSubnetDisplayName

Replica set location and subnet name

func (ConfigDiagnosticsValidatorResultResponseOutput) Status

Status for individual validator after running diagnostics.

func (ConfigDiagnosticsValidatorResultResponseOutput) ToConfigDiagnosticsValidatorResultResponseOutput

func (o ConfigDiagnosticsValidatorResultResponseOutput) ToConfigDiagnosticsValidatorResultResponseOutput() ConfigDiagnosticsValidatorResultResponseOutput

func (ConfigDiagnosticsValidatorResultResponseOutput) ToConfigDiagnosticsValidatorResultResponseOutputWithContext

func (o ConfigDiagnosticsValidatorResultResponseOutput) ToConfigDiagnosticsValidatorResultResponseOutputWithContext(ctx context.Context) ConfigDiagnosticsValidatorResultResponseOutput

func (ConfigDiagnosticsValidatorResultResponseOutput) ValidatorId

Validator identifier

type ContainerAccountResponse

type ContainerAccountResponse struct {
	// The account name
	AccountName *string `pulumi:"accountName"`
	// The account password
	Password *string `pulumi:"password"`
	// The account spn
	Spn *string `pulumi:"spn"`
}

Container Account Description

type ContainerAccountResponseArrayOutput

type ContainerAccountResponseArrayOutput struct{ *pulumi.OutputState }

func (ContainerAccountResponseArrayOutput) ElementType

func (ContainerAccountResponseArrayOutput) Index

func (ContainerAccountResponseArrayOutput) ToContainerAccountResponseArrayOutput

func (o ContainerAccountResponseArrayOutput) ToContainerAccountResponseArrayOutput() ContainerAccountResponseArrayOutput

func (ContainerAccountResponseArrayOutput) ToContainerAccountResponseArrayOutputWithContext

func (o ContainerAccountResponseArrayOutput) ToContainerAccountResponseArrayOutputWithContext(ctx context.Context) ContainerAccountResponseArrayOutput

type ContainerAccountResponseOutput

type ContainerAccountResponseOutput struct{ *pulumi.OutputState }

Container Account Description

func (ContainerAccountResponseOutput) AccountName

The account name

func (ContainerAccountResponseOutput) ElementType

func (ContainerAccountResponseOutput) Password

The account password

func (ContainerAccountResponseOutput) Spn

The account spn

func (ContainerAccountResponseOutput) ToContainerAccountResponseOutput

func (o ContainerAccountResponseOutput) ToContainerAccountResponseOutput() ContainerAccountResponseOutput

func (ContainerAccountResponseOutput) ToContainerAccountResponseOutputWithContext

func (o ContainerAccountResponseOutput) ToContainerAccountResponseOutputWithContext(ctx context.Context) ContainerAccountResponseOutput

type DomainSecuritySettings

type DomainSecuritySettings struct {
	// A flag to determine whether or not ChannelBinding is enabled or disabled.
	ChannelBinding *string `pulumi:"channelBinding"`
	// A flag to determine whether or not KerberosArmoring is enabled or disabled.
	KerberosArmoring *string `pulumi:"kerberosArmoring"`
	// A flag to determine whether or not KerberosRc4Encryption is enabled or disabled.
	KerberosRc4Encryption *string `pulumi:"kerberosRc4Encryption"`
	// A flag to determine whether or not LdapSigning is enabled or disabled.
	LdapSigning *string `pulumi:"ldapSigning"`
	// A flag to determine whether or not NtlmV1 is enabled or disabled.
	NtlmV1 *string `pulumi:"ntlmV1"`
	// A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.
	SyncKerberosPasswords *string `pulumi:"syncKerberosPasswords"`
	// A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.
	SyncNtlmPasswords *string `pulumi:"syncNtlmPasswords"`
	// A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.
	SyncOnPremPasswords *string `pulumi:"syncOnPremPasswords"`
	// A flag to determine whether or not TlsV1 is enabled or disabled.
	TlsV1 *string `pulumi:"tlsV1"`
}

Domain Security Settings

func (*DomainSecuritySettings) Defaults

Defaults sets the appropriate defaults for DomainSecuritySettings

type DomainSecuritySettingsArgs

type DomainSecuritySettingsArgs struct {
	// A flag to determine whether or not ChannelBinding is enabled or disabled.
	ChannelBinding pulumi.StringPtrInput `pulumi:"channelBinding"`
	// A flag to determine whether or not KerberosArmoring is enabled or disabled.
	KerberosArmoring pulumi.StringPtrInput `pulumi:"kerberosArmoring"`
	// A flag to determine whether or not KerberosRc4Encryption is enabled or disabled.
	KerberosRc4Encryption pulumi.StringPtrInput `pulumi:"kerberosRc4Encryption"`
	// A flag to determine whether or not LdapSigning is enabled or disabled.
	LdapSigning pulumi.StringPtrInput `pulumi:"ldapSigning"`
	// A flag to determine whether or not NtlmV1 is enabled or disabled.
	NtlmV1 pulumi.StringPtrInput `pulumi:"ntlmV1"`
	// A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.
	SyncKerberosPasswords pulumi.StringPtrInput `pulumi:"syncKerberosPasswords"`
	// A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.
	SyncNtlmPasswords pulumi.StringPtrInput `pulumi:"syncNtlmPasswords"`
	// A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.
	SyncOnPremPasswords pulumi.StringPtrInput `pulumi:"syncOnPremPasswords"`
	// A flag to determine whether or not TlsV1 is enabled or disabled.
	TlsV1 pulumi.StringPtrInput `pulumi:"tlsV1"`
}

Domain Security Settings

func (*DomainSecuritySettingsArgs) Defaults

Defaults sets the appropriate defaults for DomainSecuritySettingsArgs

func (DomainSecuritySettingsArgs) ElementType

func (DomainSecuritySettingsArgs) ElementType() reflect.Type

func (DomainSecuritySettingsArgs) ToDomainSecuritySettingsOutput

func (i DomainSecuritySettingsArgs) ToDomainSecuritySettingsOutput() DomainSecuritySettingsOutput

func (DomainSecuritySettingsArgs) ToDomainSecuritySettingsOutputWithContext

func (i DomainSecuritySettingsArgs) ToDomainSecuritySettingsOutputWithContext(ctx context.Context) DomainSecuritySettingsOutput

func (DomainSecuritySettingsArgs) ToDomainSecuritySettingsPtrOutput

func (i DomainSecuritySettingsArgs) ToDomainSecuritySettingsPtrOutput() DomainSecuritySettingsPtrOutput

func (DomainSecuritySettingsArgs) ToDomainSecuritySettingsPtrOutputWithContext

func (i DomainSecuritySettingsArgs) ToDomainSecuritySettingsPtrOutputWithContext(ctx context.Context) DomainSecuritySettingsPtrOutput

type DomainSecuritySettingsInput

type DomainSecuritySettingsInput interface {
	pulumi.Input

	ToDomainSecuritySettingsOutput() DomainSecuritySettingsOutput
	ToDomainSecuritySettingsOutputWithContext(context.Context) DomainSecuritySettingsOutput
}

DomainSecuritySettingsInput is an input type that accepts DomainSecuritySettingsArgs and DomainSecuritySettingsOutput values. You can construct a concrete instance of `DomainSecuritySettingsInput` via:

DomainSecuritySettingsArgs{...}

type DomainSecuritySettingsOutput

type DomainSecuritySettingsOutput struct{ *pulumi.OutputState }

Domain Security Settings

func (DomainSecuritySettingsOutput) ChannelBinding

A flag to determine whether or not ChannelBinding is enabled or disabled.

func (DomainSecuritySettingsOutput) ElementType

func (DomainSecuritySettingsOutput) KerberosArmoring

A flag to determine whether or not KerberosArmoring is enabled or disabled.

func (DomainSecuritySettingsOutput) KerberosRc4Encryption

func (o DomainSecuritySettingsOutput) KerberosRc4Encryption() pulumi.StringPtrOutput

A flag to determine whether or not KerberosRc4Encryption is enabled or disabled.

func (DomainSecuritySettingsOutput) LdapSigning

A flag to determine whether or not LdapSigning is enabled or disabled.

func (DomainSecuritySettingsOutput) NtlmV1

A flag to determine whether or not NtlmV1 is enabled or disabled.

func (DomainSecuritySettingsOutput) SyncKerberosPasswords

func (o DomainSecuritySettingsOutput) SyncKerberosPasswords() pulumi.StringPtrOutput

A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.

func (DomainSecuritySettingsOutput) SyncNtlmPasswords

func (o DomainSecuritySettingsOutput) SyncNtlmPasswords() pulumi.StringPtrOutput

A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.

func (DomainSecuritySettingsOutput) SyncOnPremPasswords

func (o DomainSecuritySettingsOutput) SyncOnPremPasswords() pulumi.StringPtrOutput

A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.

func (DomainSecuritySettingsOutput) TlsV1

A flag to determine whether or not TlsV1 is enabled or disabled.

func (DomainSecuritySettingsOutput) ToDomainSecuritySettingsOutput

func (o DomainSecuritySettingsOutput) ToDomainSecuritySettingsOutput() DomainSecuritySettingsOutput

func (DomainSecuritySettingsOutput) ToDomainSecuritySettingsOutputWithContext

func (o DomainSecuritySettingsOutput) ToDomainSecuritySettingsOutputWithContext(ctx context.Context) DomainSecuritySettingsOutput

func (DomainSecuritySettingsOutput) ToDomainSecuritySettingsPtrOutput

func (o DomainSecuritySettingsOutput) ToDomainSecuritySettingsPtrOutput() DomainSecuritySettingsPtrOutput

func (DomainSecuritySettingsOutput) ToDomainSecuritySettingsPtrOutputWithContext

func (o DomainSecuritySettingsOutput) ToDomainSecuritySettingsPtrOutputWithContext(ctx context.Context) DomainSecuritySettingsPtrOutput

type DomainSecuritySettingsPtrInput

type DomainSecuritySettingsPtrInput interface {
	pulumi.Input

	ToDomainSecuritySettingsPtrOutput() DomainSecuritySettingsPtrOutput
	ToDomainSecuritySettingsPtrOutputWithContext(context.Context) DomainSecuritySettingsPtrOutput
}

DomainSecuritySettingsPtrInput is an input type that accepts DomainSecuritySettingsArgs, DomainSecuritySettingsPtr and DomainSecuritySettingsPtrOutput values. You can construct a concrete instance of `DomainSecuritySettingsPtrInput` via:

        DomainSecuritySettingsArgs{...}

or:

        nil

type DomainSecuritySettingsPtrOutput

type DomainSecuritySettingsPtrOutput struct{ *pulumi.OutputState }

func (DomainSecuritySettingsPtrOutput) ChannelBinding

A flag to determine whether or not ChannelBinding is enabled or disabled.

func (DomainSecuritySettingsPtrOutput) Elem

func (DomainSecuritySettingsPtrOutput) ElementType

func (DomainSecuritySettingsPtrOutput) KerberosArmoring

A flag to determine whether or not KerberosArmoring is enabled or disabled.

func (DomainSecuritySettingsPtrOutput) KerberosRc4Encryption

func (o DomainSecuritySettingsPtrOutput) KerberosRc4Encryption() pulumi.StringPtrOutput

A flag to determine whether or not KerberosRc4Encryption is enabled or disabled.

func (DomainSecuritySettingsPtrOutput) LdapSigning

A flag to determine whether or not LdapSigning is enabled or disabled.

func (DomainSecuritySettingsPtrOutput) NtlmV1

A flag to determine whether or not NtlmV1 is enabled or disabled.

func (DomainSecuritySettingsPtrOutput) SyncKerberosPasswords

func (o DomainSecuritySettingsPtrOutput) SyncKerberosPasswords() pulumi.StringPtrOutput

A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.

func (DomainSecuritySettingsPtrOutput) SyncNtlmPasswords

A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.

func (DomainSecuritySettingsPtrOutput) SyncOnPremPasswords

func (o DomainSecuritySettingsPtrOutput) SyncOnPremPasswords() pulumi.StringPtrOutput

A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.

func (DomainSecuritySettingsPtrOutput) TlsV1

A flag to determine whether or not TlsV1 is enabled or disabled.

func (DomainSecuritySettingsPtrOutput) ToDomainSecuritySettingsPtrOutput

func (o DomainSecuritySettingsPtrOutput) ToDomainSecuritySettingsPtrOutput() DomainSecuritySettingsPtrOutput

func (DomainSecuritySettingsPtrOutput) ToDomainSecuritySettingsPtrOutputWithContext

func (o DomainSecuritySettingsPtrOutput) ToDomainSecuritySettingsPtrOutputWithContext(ctx context.Context) DomainSecuritySettingsPtrOutput

type DomainSecuritySettingsResponse

type DomainSecuritySettingsResponse struct {
	// A flag to determine whether or not ChannelBinding is enabled or disabled.
	ChannelBinding *string `pulumi:"channelBinding"`
	// A flag to determine whether or not KerberosArmoring is enabled or disabled.
	KerberosArmoring *string `pulumi:"kerberosArmoring"`
	// A flag to determine whether or not KerberosRc4Encryption is enabled or disabled.
	KerberosRc4Encryption *string `pulumi:"kerberosRc4Encryption"`
	// A flag to determine whether or not LdapSigning is enabled or disabled.
	LdapSigning *string `pulumi:"ldapSigning"`
	// A flag to determine whether or not NtlmV1 is enabled or disabled.
	NtlmV1 *string `pulumi:"ntlmV1"`
	// A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.
	SyncKerberosPasswords *string `pulumi:"syncKerberosPasswords"`
	// A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.
	SyncNtlmPasswords *string `pulumi:"syncNtlmPasswords"`
	// A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.
	SyncOnPremPasswords *string `pulumi:"syncOnPremPasswords"`
	// A flag to determine whether or not TlsV1 is enabled or disabled.
	TlsV1 *string `pulumi:"tlsV1"`
}

Domain Security Settings

func (*DomainSecuritySettingsResponse) Defaults

Defaults sets the appropriate defaults for DomainSecuritySettingsResponse

type DomainSecuritySettingsResponseOutput

type DomainSecuritySettingsResponseOutput struct{ *pulumi.OutputState }

Domain Security Settings

func (DomainSecuritySettingsResponseOutput) ChannelBinding

A flag to determine whether or not ChannelBinding is enabled or disabled.

func (DomainSecuritySettingsResponseOutput) ElementType

func (DomainSecuritySettingsResponseOutput) KerberosArmoring

A flag to determine whether or not KerberosArmoring is enabled or disabled.

func (DomainSecuritySettingsResponseOutput) KerberosRc4Encryption

A flag to determine whether or not KerberosRc4Encryption is enabled or disabled.

func (DomainSecuritySettingsResponseOutput) LdapSigning

A flag to determine whether or not LdapSigning is enabled or disabled.

func (DomainSecuritySettingsResponseOutput) NtlmV1

A flag to determine whether or not NtlmV1 is enabled or disabled.

func (DomainSecuritySettingsResponseOutput) SyncKerberosPasswords

A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.

func (DomainSecuritySettingsResponseOutput) SyncNtlmPasswords

A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.

func (DomainSecuritySettingsResponseOutput) SyncOnPremPasswords

A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.

func (DomainSecuritySettingsResponseOutput) TlsV1

A flag to determine whether or not TlsV1 is enabled or disabled.

func (DomainSecuritySettingsResponseOutput) ToDomainSecuritySettingsResponseOutput

func (o DomainSecuritySettingsResponseOutput) ToDomainSecuritySettingsResponseOutput() DomainSecuritySettingsResponseOutput

func (DomainSecuritySettingsResponseOutput) ToDomainSecuritySettingsResponseOutputWithContext

func (o DomainSecuritySettingsResponseOutput) ToDomainSecuritySettingsResponseOutputWithContext(ctx context.Context) DomainSecuritySettingsResponseOutput

type DomainSecuritySettingsResponsePtrOutput

type DomainSecuritySettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (DomainSecuritySettingsResponsePtrOutput) ChannelBinding

A flag to determine whether or not ChannelBinding is enabled or disabled.

func (DomainSecuritySettingsResponsePtrOutput) Elem

func (DomainSecuritySettingsResponsePtrOutput) ElementType

func (DomainSecuritySettingsResponsePtrOutput) KerberosArmoring

A flag to determine whether or not KerberosArmoring is enabled or disabled.

func (DomainSecuritySettingsResponsePtrOutput) KerberosRc4Encryption

A flag to determine whether or not KerberosRc4Encryption is enabled or disabled.

func (DomainSecuritySettingsResponsePtrOutput) LdapSigning

A flag to determine whether or not LdapSigning is enabled or disabled.

func (DomainSecuritySettingsResponsePtrOutput) NtlmV1

A flag to determine whether or not NtlmV1 is enabled or disabled.

func (DomainSecuritySettingsResponsePtrOutput) SyncKerberosPasswords

A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.

func (DomainSecuritySettingsResponsePtrOutput) SyncNtlmPasswords

A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.

func (DomainSecuritySettingsResponsePtrOutput) SyncOnPremPasswords

A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.

func (DomainSecuritySettingsResponsePtrOutput) TlsV1

A flag to determine whether or not TlsV1 is enabled or disabled.

func (DomainSecuritySettingsResponsePtrOutput) ToDomainSecuritySettingsResponsePtrOutput

func (o DomainSecuritySettingsResponsePtrOutput) ToDomainSecuritySettingsResponsePtrOutput() DomainSecuritySettingsResponsePtrOutput

func (DomainSecuritySettingsResponsePtrOutput) ToDomainSecuritySettingsResponsePtrOutputWithContext

func (o DomainSecuritySettingsResponsePtrOutput) ToDomainSecuritySettingsResponsePtrOutputWithContext(ctx context.Context) DomainSecuritySettingsResponsePtrOutput

type DomainService

type DomainService struct {
	pulumi.CustomResourceState

	// Configuration diagnostics data containing latest execution from client.
	ConfigDiagnostics ConfigDiagnosticsResponsePtrOutput `pulumi:"configDiagnostics"`
	// Deployment Id
	DeploymentId pulumi.StringOutput `pulumi:"deploymentId"`
	// Domain Configuration Type
	DomainConfigurationType pulumi.StringPtrOutput `pulumi:"domainConfigurationType"`
	// The name of the Azure domain that the user would like to deploy Domain Services to.
	DomainName pulumi.StringPtrOutput `pulumi:"domainName"`
	// DomainSecurity Settings
	DomainSecuritySettings DomainSecuritySettingsResponsePtrOutput `pulumi:"domainSecuritySettings"`
	// Resource etag
	Etag pulumi.StringPtrOutput `pulumi:"etag"`
	// Enabled or Disabled flag to turn on Group-based filtered sync
	FilteredSync pulumi.StringPtrOutput `pulumi:"filteredSync"`
	// Secure LDAP Settings
	LdapsSettings LdapsSettingsResponsePtrOutput `pulumi:"ldapsSettings"`
	// Resource location
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Migration Properties
	MigrationProperties MigrationPropertiesResponseOutput `pulumi:"migrationProperties"`
	// Resource name
	Name pulumi.StringOutput `pulumi:"name"`
	// Notification Settings
	NotificationSettings NotificationSettingsResponsePtrOutput `pulumi:"notificationSettings"`
	// the current deployment or provisioning state, which only appears in the response.
	ProvisioningState pulumi.StringOutput `pulumi:"provisioningState"`
	// List of ReplicaSets
	ReplicaSets ReplicaSetResponseArrayOutput `pulumi:"replicaSets"`
	// Resource Forest Settings
	ResourceForestSettings ResourceForestSettingsResponsePtrOutput `pulumi:"resourceForestSettings"`
	// Sku Type
	Sku pulumi.StringPtrOutput `pulumi:"sku"`
	// The unique sync application id of the Azure AD Domain Services deployment.
	SyncApplicationId pulumi.StringOutput `pulumi:"syncApplicationId"`
	// SyncOwner ReplicaSet Id
	SyncOwner pulumi.StringOutput `pulumi:"syncOwner"`
	// All or CloudOnly, All users in AAD are synced to AAD DS domain or only users actively syncing in the cloud
	SyncScope pulumi.StringPtrOutput `pulumi:"syncScope"`
	// The system meta data relating to this resource.
	SystemData SystemDataResponseOutput `pulumi:"systemData"`
	// Resource tags
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Azure Active Directory Tenant Id
	TenantId pulumi.StringOutput `pulumi:"tenantId"`
	// Resource type
	Type pulumi.StringOutput `pulumi:"type"`
	// Data Model Version
	Version pulumi.IntOutput `pulumi:"version"`
}

Domain service. Azure REST API version: 2022-12-01. Prior API version in Azure Native 1.x: 2021-03-01.

Other available API versions: 2017-06-01.

func GetDomainService

func GetDomainService(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DomainServiceState, opts ...pulumi.ResourceOption) (*DomainService, error)

GetDomainService gets an existing DomainService resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewDomainService

func NewDomainService(ctx *pulumi.Context,
	name string, args *DomainServiceArgs, opts ...pulumi.ResourceOption) (*DomainService, error)

NewDomainService registers a new resource with the given unique name, arguments, and options.

func (*DomainService) ElementType

func (*DomainService) ElementType() reflect.Type

func (*DomainService) ToDomainServiceOutput

func (i *DomainService) ToDomainServiceOutput() DomainServiceOutput

func (*DomainService) ToDomainServiceOutputWithContext

func (i *DomainService) ToDomainServiceOutputWithContext(ctx context.Context) DomainServiceOutput

type DomainServiceArgs

type DomainServiceArgs struct {
	// Configuration diagnostics data containing latest execution from client.
	ConfigDiagnostics ConfigDiagnosticsPtrInput
	// Domain Configuration Type
	DomainConfigurationType pulumi.StringPtrInput
	// The name of the Azure domain that the user would like to deploy Domain Services to.
	DomainName pulumi.StringPtrInput
	// DomainSecurity Settings
	DomainSecuritySettings DomainSecuritySettingsPtrInput
	// The name of the domain service.
	DomainServiceName pulumi.StringPtrInput
	// Enabled or Disabled flag to turn on Group-based filtered sync
	FilteredSync pulumi.StringPtrInput
	// Secure LDAP Settings
	LdapsSettings LdapsSettingsPtrInput
	// Resource location
	Location pulumi.StringPtrInput
	// Notification Settings
	NotificationSettings NotificationSettingsPtrInput
	// List of ReplicaSets
	ReplicaSets ReplicaSetArrayInput
	// Resource Forest Settings
	ResourceForestSettings ResourceForestSettingsPtrInput
	// The name of the resource group within the user's subscription. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
	// Sku Type
	Sku pulumi.StringPtrInput
	// All or CloudOnly, All users in AAD are synced to AAD DS domain or only users actively syncing in the cloud
	SyncScope pulumi.StringPtrInput
	// Resource tags
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a DomainService resource.

func (DomainServiceArgs) ElementType

func (DomainServiceArgs) ElementType() reflect.Type

type DomainServiceInput

type DomainServiceInput interface {
	pulumi.Input

	ToDomainServiceOutput() DomainServiceOutput
	ToDomainServiceOutputWithContext(ctx context.Context) DomainServiceOutput
}

type DomainServiceOutput

type DomainServiceOutput struct{ *pulumi.OutputState }

func (DomainServiceOutput) ConfigDiagnostics

Configuration diagnostics data containing latest execution from client.

func (DomainServiceOutput) DeploymentId

func (o DomainServiceOutput) DeploymentId() pulumi.StringOutput

Deployment Id

func (DomainServiceOutput) DomainConfigurationType

func (o DomainServiceOutput) DomainConfigurationType() pulumi.StringPtrOutput

Domain Configuration Type

func (DomainServiceOutput) DomainName

The name of the Azure domain that the user would like to deploy Domain Services to.

func (DomainServiceOutput) DomainSecuritySettings

DomainSecurity Settings

func (DomainServiceOutput) ElementType

func (DomainServiceOutput) ElementType() reflect.Type

func (DomainServiceOutput) Etag

Resource etag

func (DomainServiceOutput) FilteredSync

func (o DomainServiceOutput) FilteredSync() pulumi.StringPtrOutput

Enabled or Disabled flag to turn on Group-based filtered sync

func (DomainServiceOutput) LdapsSettings

Secure LDAP Settings

func (DomainServiceOutput) Location

Resource location

func (DomainServiceOutput) MigrationProperties

Migration Properties

func (DomainServiceOutput) Name

Resource name

func (DomainServiceOutput) NotificationSettings

Notification Settings

func (DomainServiceOutput) ProvisioningState

func (o DomainServiceOutput) ProvisioningState() pulumi.StringOutput

the current deployment or provisioning state, which only appears in the response.

func (DomainServiceOutput) ReplicaSets

List of ReplicaSets

func (DomainServiceOutput) ResourceForestSettings

Resource Forest Settings

func (DomainServiceOutput) Sku

Sku Type

func (DomainServiceOutput) SyncApplicationId

func (o DomainServiceOutput) SyncApplicationId() pulumi.StringOutput

The unique sync application id of the Azure AD Domain Services deployment.

func (DomainServiceOutput) SyncOwner

func (o DomainServiceOutput) SyncOwner() pulumi.StringOutput

SyncOwner ReplicaSet Id

func (DomainServiceOutput) SyncScope

All or CloudOnly, All users in AAD are synced to AAD DS domain or only users actively syncing in the cloud

func (DomainServiceOutput) SystemData

The system meta data relating to this resource.

func (DomainServiceOutput) Tags

Resource tags

func (DomainServiceOutput) TenantId

Azure Active Directory Tenant Id

func (DomainServiceOutput) ToDomainServiceOutput

func (o DomainServiceOutput) ToDomainServiceOutput() DomainServiceOutput

func (DomainServiceOutput) ToDomainServiceOutputWithContext

func (o DomainServiceOutput) ToDomainServiceOutputWithContext(ctx context.Context) DomainServiceOutput

func (DomainServiceOutput) Type

Resource type

func (DomainServiceOutput) Version

func (o DomainServiceOutput) Version() pulumi.IntOutput

Data Model Version

type DomainServiceState

type DomainServiceState struct {
}

func (DomainServiceState) ElementType

func (DomainServiceState) ElementType() reflect.Type

type ExternalAccess

type ExternalAccess string

A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.

func (ExternalAccess) ElementType

func (ExternalAccess) ElementType() reflect.Type

func (ExternalAccess) ToExternalAccessOutput

func (e ExternalAccess) ToExternalAccessOutput() ExternalAccessOutput

func (ExternalAccess) ToExternalAccessOutputWithContext

func (e ExternalAccess) ToExternalAccessOutputWithContext(ctx context.Context) ExternalAccessOutput

func (ExternalAccess) ToExternalAccessPtrOutput

func (e ExternalAccess) ToExternalAccessPtrOutput() ExternalAccessPtrOutput

func (ExternalAccess) ToExternalAccessPtrOutputWithContext

func (e ExternalAccess) ToExternalAccessPtrOutputWithContext(ctx context.Context) ExternalAccessPtrOutput

func (ExternalAccess) ToStringOutput

func (e ExternalAccess) ToStringOutput() pulumi.StringOutput

func (ExternalAccess) ToStringOutputWithContext

func (e ExternalAccess) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ExternalAccess) ToStringPtrOutput

func (e ExternalAccess) ToStringPtrOutput() pulumi.StringPtrOutput

func (ExternalAccess) ToStringPtrOutputWithContext

func (e ExternalAccess) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ExternalAccessInput

type ExternalAccessInput interface {
	pulumi.Input

	ToExternalAccessOutput() ExternalAccessOutput
	ToExternalAccessOutputWithContext(context.Context) ExternalAccessOutput
}

ExternalAccessInput is an input type that accepts values of the ExternalAccess enum A concrete instance of `ExternalAccessInput` can be one of the following:

ExternalAccessEnabled
ExternalAccessDisabled

type ExternalAccessOutput

type ExternalAccessOutput struct{ *pulumi.OutputState }

func (ExternalAccessOutput) ElementType

func (ExternalAccessOutput) ElementType() reflect.Type

func (ExternalAccessOutput) ToExternalAccessOutput

func (o ExternalAccessOutput) ToExternalAccessOutput() ExternalAccessOutput

func (ExternalAccessOutput) ToExternalAccessOutputWithContext

func (o ExternalAccessOutput) ToExternalAccessOutputWithContext(ctx context.Context) ExternalAccessOutput

func (ExternalAccessOutput) ToExternalAccessPtrOutput

func (o ExternalAccessOutput) ToExternalAccessPtrOutput() ExternalAccessPtrOutput

func (ExternalAccessOutput) ToExternalAccessPtrOutputWithContext

func (o ExternalAccessOutput) ToExternalAccessPtrOutputWithContext(ctx context.Context) ExternalAccessPtrOutput

func (ExternalAccessOutput) ToStringOutput

func (o ExternalAccessOutput) ToStringOutput() pulumi.StringOutput

func (ExternalAccessOutput) ToStringOutputWithContext

func (o ExternalAccessOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ExternalAccessOutput) ToStringPtrOutput

func (o ExternalAccessOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ExternalAccessOutput) ToStringPtrOutputWithContext

func (o ExternalAccessOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ExternalAccessPtrInput

type ExternalAccessPtrInput interface {
	pulumi.Input

	ToExternalAccessPtrOutput() ExternalAccessPtrOutput
	ToExternalAccessPtrOutputWithContext(context.Context) ExternalAccessPtrOutput
}

func ExternalAccessPtr

func ExternalAccessPtr(v string) ExternalAccessPtrInput

type ExternalAccessPtrOutput

type ExternalAccessPtrOutput struct{ *pulumi.OutputState }

func (ExternalAccessPtrOutput) Elem

func (ExternalAccessPtrOutput) ElementType

func (ExternalAccessPtrOutput) ElementType() reflect.Type

func (ExternalAccessPtrOutput) ToExternalAccessPtrOutput

func (o ExternalAccessPtrOutput) ToExternalAccessPtrOutput() ExternalAccessPtrOutput

func (ExternalAccessPtrOutput) ToExternalAccessPtrOutputWithContext

func (o ExternalAccessPtrOutput) ToExternalAccessPtrOutputWithContext(ctx context.Context) ExternalAccessPtrOutput

func (ExternalAccessPtrOutput) ToStringPtrOutput

func (o ExternalAccessPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ExternalAccessPtrOutput) ToStringPtrOutputWithContext

func (o ExternalAccessPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FilteredSync

type FilteredSync string

Enabled or Disabled flag to turn on Group-based filtered sync

func (FilteredSync) ElementType

func (FilteredSync) ElementType() reflect.Type

func (FilteredSync) ToFilteredSyncOutput

func (e FilteredSync) ToFilteredSyncOutput() FilteredSyncOutput

func (FilteredSync) ToFilteredSyncOutputWithContext

func (e FilteredSync) ToFilteredSyncOutputWithContext(ctx context.Context) FilteredSyncOutput

func (FilteredSync) ToFilteredSyncPtrOutput

func (e FilteredSync) ToFilteredSyncPtrOutput() FilteredSyncPtrOutput

func (FilteredSync) ToFilteredSyncPtrOutputWithContext

func (e FilteredSync) ToFilteredSyncPtrOutputWithContext(ctx context.Context) FilteredSyncPtrOutput

func (FilteredSync) ToStringOutput

func (e FilteredSync) ToStringOutput() pulumi.StringOutput

func (FilteredSync) ToStringOutputWithContext

func (e FilteredSync) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FilteredSync) ToStringPtrOutput

func (e FilteredSync) ToStringPtrOutput() pulumi.StringPtrOutput

func (FilteredSync) ToStringPtrOutputWithContext

func (e FilteredSync) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FilteredSyncInput

type FilteredSyncInput interface {
	pulumi.Input

	ToFilteredSyncOutput() FilteredSyncOutput
	ToFilteredSyncOutputWithContext(context.Context) FilteredSyncOutput
}

FilteredSyncInput is an input type that accepts values of the FilteredSync enum A concrete instance of `FilteredSyncInput` can be one of the following:

FilteredSyncEnabled
FilteredSyncDisabled

type FilteredSyncOutput

type FilteredSyncOutput struct{ *pulumi.OutputState }

func (FilteredSyncOutput) ElementType

func (FilteredSyncOutput) ElementType() reflect.Type

func (FilteredSyncOutput) ToFilteredSyncOutput

func (o FilteredSyncOutput) ToFilteredSyncOutput() FilteredSyncOutput

func (FilteredSyncOutput) ToFilteredSyncOutputWithContext

func (o FilteredSyncOutput) ToFilteredSyncOutputWithContext(ctx context.Context) FilteredSyncOutput

func (FilteredSyncOutput) ToFilteredSyncPtrOutput

func (o FilteredSyncOutput) ToFilteredSyncPtrOutput() FilteredSyncPtrOutput

func (FilteredSyncOutput) ToFilteredSyncPtrOutputWithContext

func (o FilteredSyncOutput) ToFilteredSyncPtrOutputWithContext(ctx context.Context) FilteredSyncPtrOutput

func (FilteredSyncOutput) ToStringOutput

func (o FilteredSyncOutput) ToStringOutput() pulumi.StringOutput

func (FilteredSyncOutput) ToStringOutputWithContext

func (o FilteredSyncOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (FilteredSyncOutput) ToStringPtrOutput

func (o FilteredSyncOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FilteredSyncOutput) ToStringPtrOutputWithContext

func (o FilteredSyncOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type FilteredSyncPtrInput

type FilteredSyncPtrInput interface {
	pulumi.Input

	ToFilteredSyncPtrOutput() FilteredSyncPtrOutput
	ToFilteredSyncPtrOutputWithContext(context.Context) FilteredSyncPtrOutput
}

func FilteredSyncPtr

func FilteredSyncPtr(v string) FilteredSyncPtrInput

type FilteredSyncPtrOutput

type FilteredSyncPtrOutput struct{ *pulumi.OutputState }

func (FilteredSyncPtrOutput) Elem

func (FilteredSyncPtrOutput) ElementType

func (FilteredSyncPtrOutput) ElementType() reflect.Type

func (FilteredSyncPtrOutput) ToFilteredSyncPtrOutput

func (o FilteredSyncPtrOutput) ToFilteredSyncPtrOutput() FilteredSyncPtrOutput

func (FilteredSyncPtrOutput) ToFilteredSyncPtrOutputWithContext

func (o FilteredSyncPtrOutput) ToFilteredSyncPtrOutputWithContext(ctx context.Context) FilteredSyncPtrOutput

func (FilteredSyncPtrOutput) ToStringPtrOutput

func (o FilteredSyncPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (FilteredSyncPtrOutput) ToStringPtrOutputWithContext

func (o FilteredSyncPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ForestTrust

type ForestTrust struct {
	// Friendly Name
	FriendlyName *string `pulumi:"friendlyName"`
	// Remote Dns ips
	RemoteDnsIps *string `pulumi:"remoteDnsIps"`
	// Trust Direction
	TrustDirection *string `pulumi:"trustDirection"`
	// Trust Password
	TrustPassword *string `pulumi:"trustPassword"`
	// Trusted Domain FQDN
	TrustedDomainFqdn *string `pulumi:"trustedDomainFqdn"`
}

Forest Trust Setting

type ForestTrustArgs

type ForestTrustArgs struct {
	// Friendly Name
	FriendlyName pulumi.StringPtrInput `pulumi:"friendlyName"`
	// Remote Dns ips
	RemoteDnsIps pulumi.StringPtrInput `pulumi:"remoteDnsIps"`
	// Trust Direction
	TrustDirection pulumi.StringPtrInput `pulumi:"trustDirection"`
	// Trust Password
	TrustPassword pulumi.StringPtrInput `pulumi:"trustPassword"`
	// Trusted Domain FQDN
	TrustedDomainFqdn pulumi.StringPtrInput `pulumi:"trustedDomainFqdn"`
}

Forest Trust Setting

func (ForestTrustArgs) ElementType

func (ForestTrustArgs) ElementType() reflect.Type

func (ForestTrustArgs) ToForestTrustOutput

func (i ForestTrustArgs) ToForestTrustOutput() ForestTrustOutput

func (ForestTrustArgs) ToForestTrustOutputWithContext

func (i ForestTrustArgs) ToForestTrustOutputWithContext(ctx context.Context) ForestTrustOutput

type ForestTrustArray

type ForestTrustArray []ForestTrustInput

func (ForestTrustArray) ElementType

func (ForestTrustArray) ElementType() reflect.Type

func (ForestTrustArray) ToForestTrustArrayOutput

func (i ForestTrustArray) ToForestTrustArrayOutput() ForestTrustArrayOutput

func (ForestTrustArray) ToForestTrustArrayOutputWithContext

func (i ForestTrustArray) ToForestTrustArrayOutputWithContext(ctx context.Context) ForestTrustArrayOutput

type ForestTrustArrayInput

type ForestTrustArrayInput interface {
	pulumi.Input

	ToForestTrustArrayOutput() ForestTrustArrayOutput
	ToForestTrustArrayOutputWithContext(context.Context) ForestTrustArrayOutput
}

ForestTrustArrayInput is an input type that accepts ForestTrustArray and ForestTrustArrayOutput values. You can construct a concrete instance of `ForestTrustArrayInput` via:

ForestTrustArray{ ForestTrustArgs{...} }

type ForestTrustArrayOutput

type ForestTrustArrayOutput struct{ *pulumi.OutputState }

func (ForestTrustArrayOutput) ElementType

func (ForestTrustArrayOutput) ElementType() reflect.Type

func (ForestTrustArrayOutput) Index

func (ForestTrustArrayOutput) ToForestTrustArrayOutput

func (o ForestTrustArrayOutput) ToForestTrustArrayOutput() ForestTrustArrayOutput

func (ForestTrustArrayOutput) ToForestTrustArrayOutputWithContext

func (o ForestTrustArrayOutput) ToForestTrustArrayOutputWithContext(ctx context.Context) ForestTrustArrayOutput

type ForestTrustInput

type ForestTrustInput interface {
	pulumi.Input

	ToForestTrustOutput() ForestTrustOutput
	ToForestTrustOutputWithContext(context.Context) ForestTrustOutput
}

ForestTrustInput is an input type that accepts ForestTrustArgs and ForestTrustOutput values. You can construct a concrete instance of `ForestTrustInput` via:

ForestTrustArgs{...}

type ForestTrustOutput

type ForestTrustOutput struct{ *pulumi.OutputState }

Forest Trust Setting

func (ForestTrustOutput) ElementType

func (ForestTrustOutput) ElementType() reflect.Type

func (ForestTrustOutput) FriendlyName

func (o ForestTrustOutput) FriendlyName() pulumi.StringPtrOutput

Friendly Name

func (ForestTrustOutput) RemoteDnsIps

func (o ForestTrustOutput) RemoteDnsIps() pulumi.StringPtrOutput

Remote Dns ips

func (ForestTrustOutput) ToForestTrustOutput

func (o ForestTrustOutput) ToForestTrustOutput() ForestTrustOutput

func (ForestTrustOutput) ToForestTrustOutputWithContext

func (o ForestTrustOutput) ToForestTrustOutputWithContext(ctx context.Context) ForestTrustOutput

func (ForestTrustOutput) TrustDirection

func (o ForestTrustOutput) TrustDirection() pulumi.StringPtrOutput

Trust Direction

func (ForestTrustOutput) TrustPassword

func (o ForestTrustOutput) TrustPassword() pulumi.StringPtrOutput

Trust Password

func (ForestTrustOutput) TrustedDomainFqdn

func (o ForestTrustOutput) TrustedDomainFqdn() pulumi.StringPtrOutput

Trusted Domain FQDN

type ForestTrustResponse

type ForestTrustResponse struct {
	// Friendly Name
	FriendlyName *string `pulumi:"friendlyName"`
	// Remote Dns ips
	RemoteDnsIps *string `pulumi:"remoteDnsIps"`
	// Trust Direction
	TrustDirection *string `pulumi:"trustDirection"`
	// Trust Password
	TrustPassword *string `pulumi:"trustPassword"`
	// Trusted Domain FQDN
	TrustedDomainFqdn *string `pulumi:"trustedDomainFqdn"`
}

Forest Trust Setting

type ForestTrustResponseArrayOutput

type ForestTrustResponseArrayOutput struct{ *pulumi.OutputState }

func (ForestTrustResponseArrayOutput) ElementType

func (ForestTrustResponseArrayOutput) Index

func (ForestTrustResponseArrayOutput) ToForestTrustResponseArrayOutput

func (o ForestTrustResponseArrayOutput) ToForestTrustResponseArrayOutput() ForestTrustResponseArrayOutput

func (ForestTrustResponseArrayOutput) ToForestTrustResponseArrayOutputWithContext

func (o ForestTrustResponseArrayOutput) ToForestTrustResponseArrayOutputWithContext(ctx context.Context) ForestTrustResponseArrayOutput

type ForestTrustResponseOutput

type ForestTrustResponseOutput struct{ *pulumi.OutputState }

Forest Trust Setting

func (ForestTrustResponseOutput) ElementType

func (ForestTrustResponseOutput) ElementType() reflect.Type

func (ForestTrustResponseOutput) FriendlyName

Friendly Name

func (ForestTrustResponseOutput) RemoteDnsIps

Remote Dns ips

func (ForestTrustResponseOutput) ToForestTrustResponseOutput

func (o ForestTrustResponseOutput) ToForestTrustResponseOutput() ForestTrustResponseOutput

func (ForestTrustResponseOutput) ToForestTrustResponseOutputWithContext

func (o ForestTrustResponseOutput) ToForestTrustResponseOutputWithContext(ctx context.Context) ForestTrustResponseOutput

func (ForestTrustResponseOutput) TrustDirection

Trust Direction

func (ForestTrustResponseOutput) TrustPassword

Trust Password

func (ForestTrustResponseOutput) TrustedDomainFqdn

func (o ForestTrustResponseOutput) TrustedDomainFqdn() pulumi.StringPtrOutput

Trusted Domain FQDN

type HealthAlertResponse

type HealthAlertResponse struct {
	// Health Alert Id
	Id string `pulumi:"id"`
	// Health Alert Issue
	Issue string `pulumi:"issue"`
	// Health Alert Last Detected DateTime
	LastDetected string `pulumi:"lastDetected"`
	// Health Alert Name
	Name string `pulumi:"name"`
	// Health Alert Raised DateTime
	Raised string `pulumi:"raised"`
	// Health Alert TSG Link
	ResolutionUri string `pulumi:"resolutionUri"`
	// Health Alert Severity
	Severity string `pulumi:"severity"`
}

Health Alert Description

type HealthAlertResponseArrayOutput

type HealthAlertResponseArrayOutput struct{ *pulumi.OutputState }

func (HealthAlertResponseArrayOutput) ElementType

func (HealthAlertResponseArrayOutput) Index

func (HealthAlertResponseArrayOutput) ToHealthAlertResponseArrayOutput

func (o HealthAlertResponseArrayOutput) ToHealthAlertResponseArrayOutput() HealthAlertResponseArrayOutput

func (HealthAlertResponseArrayOutput) ToHealthAlertResponseArrayOutputWithContext

func (o HealthAlertResponseArrayOutput) ToHealthAlertResponseArrayOutputWithContext(ctx context.Context) HealthAlertResponseArrayOutput

type HealthAlertResponseOutput

type HealthAlertResponseOutput struct{ *pulumi.OutputState }

Health Alert Description

func (HealthAlertResponseOutput) ElementType

func (HealthAlertResponseOutput) ElementType() reflect.Type

func (HealthAlertResponseOutput) Id

Health Alert Id

func (HealthAlertResponseOutput) Issue

Health Alert Issue

func (HealthAlertResponseOutput) LastDetected

Health Alert Last Detected DateTime

func (HealthAlertResponseOutput) Name

Health Alert Name

func (HealthAlertResponseOutput) Raised

Health Alert Raised DateTime

func (HealthAlertResponseOutput) ResolutionUri

func (o HealthAlertResponseOutput) ResolutionUri() pulumi.StringOutput

Health Alert TSG Link

func (HealthAlertResponseOutput) Severity

Health Alert Severity

func (HealthAlertResponseOutput) ToHealthAlertResponseOutput

func (o HealthAlertResponseOutput) ToHealthAlertResponseOutput() HealthAlertResponseOutput

func (HealthAlertResponseOutput) ToHealthAlertResponseOutputWithContext

func (o HealthAlertResponseOutput) ToHealthAlertResponseOutputWithContext(ctx context.Context) HealthAlertResponseOutput

type HealthMonitorResponse

type HealthMonitorResponse struct {
	// Health Monitor Details
	Details string `pulumi:"details"`
	// Health Monitor Id
	Id string `pulumi:"id"`
	// Health Monitor Name
	Name string `pulumi:"name"`
}

Health Monitor Description

type HealthMonitorResponseArrayOutput

type HealthMonitorResponseArrayOutput struct{ *pulumi.OutputState }

func (HealthMonitorResponseArrayOutput) ElementType

func (HealthMonitorResponseArrayOutput) Index

func (HealthMonitorResponseArrayOutput) ToHealthMonitorResponseArrayOutput

func (o HealthMonitorResponseArrayOutput) ToHealthMonitorResponseArrayOutput() HealthMonitorResponseArrayOutput

func (HealthMonitorResponseArrayOutput) ToHealthMonitorResponseArrayOutputWithContext

func (o HealthMonitorResponseArrayOutput) ToHealthMonitorResponseArrayOutputWithContext(ctx context.Context) HealthMonitorResponseArrayOutput

type HealthMonitorResponseOutput

type HealthMonitorResponseOutput struct{ *pulumi.OutputState }

Health Monitor Description

func (HealthMonitorResponseOutput) Details

Health Monitor Details

func (HealthMonitorResponseOutput) ElementType

func (HealthMonitorResponseOutput) Id

Health Monitor Id

func (HealthMonitorResponseOutput) Name

Health Monitor Name

func (HealthMonitorResponseOutput) ToHealthMonitorResponseOutput

func (o HealthMonitorResponseOutput) ToHealthMonitorResponseOutput() HealthMonitorResponseOutput

func (HealthMonitorResponseOutput) ToHealthMonitorResponseOutputWithContext

func (o HealthMonitorResponseOutput) ToHealthMonitorResponseOutputWithContext(ctx context.Context) HealthMonitorResponseOutput

type KerberosArmoring

type KerberosArmoring string

A flag to determine whether or not KerberosArmoring is enabled or disabled.

func (KerberosArmoring) ElementType

func (KerberosArmoring) ElementType() reflect.Type

func (KerberosArmoring) ToKerberosArmoringOutput

func (e KerberosArmoring) ToKerberosArmoringOutput() KerberosArmoringOutput

func (KerberosArmoring) ToKerberosArmoringOutputWithContext

func (e KerberosArmoring) ToKerberosArmoringOutputWithContext(ctx context.Context) KerberosArmoringOutput

func (KerberosArmoring) ToKerberosArmoringPtrOutput

func (e KerberosArmoring) ToKerberosArmoringPtrOutput() KerberosArmoringPtrOutput

func (KerberosArmoring) ToKerberosArmoringPtrOutputWithContext

func (e KerberosArmoring) ToKerberosArmoringPtrOutputWithContext(ctx context.Context) KerberosArmoringPtrOutput

func (KerberosArmoring) ToStringOutput

func (e KerberosArmoring) ToStringOutput() pulumi.StringOutput

func (KerberosArmoring) ToStringOutputWithContext

func (e KerberosArmoring) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (KerberosArmoring) ToStringPtrOutput

func (e KerberosArmoring) ToStringPtrOutput() pulumi.StringPtrOutput

func (KerberosArmoring) ToStringPtrOutputWithContext

func (e KerberosArmoring) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type KerberosArmoringInput

type KerberosArmoringInput interface {
	pulumi.Input

	ToKerberosArmoringOutput() KerberosArmoringOutput
	ToKerberosArmoringOutputWithContext(context.Context) KerberosArmoringOutput
}

KerberosArmoringInput is an input type that accepts values of the KerberosArmoring enum A concrete instance of `KerberosArmoringInput` can be one of the following:

KerberosArmoringEnabled
KerberosArmoringDisabled

type KerberosArmoringOutput

type KerberosArmoringOutput struct{ *pulumi.OutputState }

func (KerberosArmoringOutput) ElementType

func (KerberosArmoringOutput) ElementType() reflect.Type

func (KerberosArmoringOutput) ToKerberosArmoringOutput

func (o KerberosArmoringOutput) ToKerberosArmoringOutput() KerberosArmoringOutput

func (KerberosArmoringOutput) ToKerberosArmoringOutputWithContext

func (o KerberosArmoringOutput) ToKerberosArmoringOutputWithContext(ctx context.Context) KerberosArmoringOutput

func (KerberosArmoringOutput) ToKerberosArmoringPtrOutput

func (o KerberosArmoringOutput) ToKerberosArmoringPtrOutput() KerberosArmoringPtrOutput

func (KerberosArmoringOutput) ToKerberosArmoringPtrOutputWithContext

func (o KerberosArmoringOutput) ToKerberosArmoringPtrOutputWithContext(ctx context.Context) KerberosArmoringPtrOutput

func (KerberosArmoringOutput) ToStringOutput

func (o KerberosArmoringOutput) ToStringOutput() pulumi.StringOutput

func (KerberosArmoringOutput) ToStringOutputWithContext

func (o KerberosArmoringOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (KerberosArmoringOutput) ToStringPtrOutput

func (o KerberosArmoringOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (KerberosArmoringOutput) ToStringPtrOutputWithContext

func (o KerberosArmoringOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type KerberosArmoringPtrInput

type KerberosArmoringPtrInput interface {
	pulumi.Input

	ToKerberosArmoringPtrOutput() KerberosArmoringPtrOutput
	ToKerberosArmoringPtrOutputWithContext(context.Context) KerberosArmoringPtrOutput
}

func KerberosArmoringPtr

func KerberosArmoringPtr(v string) KerberosArmoringPtrInput

type KerberosArmoringPtrOutput

type KerberosArmoringPtrOutput struct{ *pulumi.OutputState }

func (KerberosArmoringPtrOutput) Elem

func (KerberosArmoringPtrOutput) ElementType

func (KerberosArmoringPtrOutput) ElementType() reflect.Type

func (KerberosArmoringPtrOutput) ToKerberosArmoringPtrOutput

func (o KerberosArmoringPtrOutput) ToKerberosArmoringPtrOutput() KerberosArmoringPtrOutput

func (KerberosArmoringPtrOutput) ToKerberosArmoringPtrOutputWithContext

func (o KerberosArmoringPtrOutput) ToKerberosArmoringPtrOutputWithContext(ctx context.Context) KerberosArmoringPtrOutput

func (KerberosArmoringPtrOutput) ToStringPtrOutput

func (o KerberosArmoringPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (KerberosArmoringPtrOutput) ToStringPtrOutputWithContext

func (o KerberosArmoringPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type KerberosRc4Encryption

type KerberosRc4Encryption string

A flag to determine whether or not KerberosRc4Encryption is enabled or disabled.

func (KerberosRc4Encryption) ElementType

func (KerberosRc4Encryption) ElementType() reflect.Type

func (KerberosRc4Encryption) ToKerberosRc4EncryptionOutput

func (e KerberosRc4Encryption) ToKerberosRc4EncryptionOutput() KerberosRc4EncryptionOutput

func (KerberosRc4Encryption) ToKerberosRc4EncryptionOutputWithContext

func (e KerberosRc4Encryption) ToKerberosRc4EncryptionOutputWithContext(ctx context.Context) KerberosRc4EncryptionOutput

func (KerberosRc4Encryption) ToKerberosRc4EncryptionPtrOutput

func (e KerberosRc4Encryption) ToKerberosRc4EncryptionPtrOutput() KerberosRc4EncryptionPtrOutput

func (KerberosRc4Encryption) ToKerberosRc4EncryptionPtrOutputWithContext

func (e KerberosRc4Encryption) ToKerberosRc4EncryptionPtrOutputWithContext(ctx context.Context) KerberosRc4EncryptionPtrOutput

func (KerberosRc4Encryption) ToStringOutput

func (e KerberosRc4Encryption) ToStringOutput() pulumi.StringOutput

func (KerberosRc4Encryption) ToStringOutputWithContext

func (e KerberosRc4Encryption) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (KerberosRc4Encryption) ToStringPtrOutput

func (e KerberosRc4Encryption) ToStringPtrOutput() pulumi.StringPtrOutput

func (KerberosRc4Encryption) ToStringPtrOutputWithContext

func (e KerberosRc4Encryption) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type KerberosRc4EncryptionInput

type KerberosRc4EncryptionInput interface {
	pulumi.Input

	ToKerberosRc4EncryptionOutput() KerberosRc4EncryptionOutput
	ToKerberosRc4EncryptionOutputWithContext(context.Context) KerberosRc4EncryptionOutput
}

KerberosRc4EncryptionInput is an input type that accepts values of the KerberosRc4Encryption enum A concrete instance of `KerberosRc4EncryptionInput` can be one of the following:

KerberosRc4EncryptionEnabled
KerberosRc4EncryptionDisabled

type KerberosRc4EncryptionOutput

type KerberosRc4EncryptionOutput struct{ *pulumi.OutputState }

func (KerberosRc4EncryptionOutput) ElementType

func (KerberosRc4EncryptionOutput) ToKerberosRc4EncryptionOutput

func (o KerberosRc4EncryptionOutput) ToKerberosRc4EncryptionOutput() KerberosRc4EncryptionOutput

func (KerberosRc4EncryptionOutput) ToKerberosRc4EncryptionOutputWithContext

func (o KerberosRc4EncryptionOutput) ToKerberosRc4EncryptionOutputWithContext(ctx context.Context) KerberosRc4EncryptionOutput

func (KerberosRc4EncryptionOutput) ToKerberosRc4EncryptionPtrOutput

func (o KerberosRc4EncryptionOutput) ToKerberosRc4EncryptionPtrOutput() KerberosRc4EncryptionPtrOutput

func (KerberosRc4EncryptionOutput) ToKerberosRc4EncryptionPtrOutputWithContext

func (o KerberosRc4EncryptionOutput) ToKerberosRc4EncryptionPtrOutputWithContext(ctx context.Context) KerberosRc4EncryptionPtrOutput

func (KerberosRc4EncryptionOutput) ToStringOutput

func (o KerberosRc4EncryptionOutput) ToStringOutput() pulumi.StringOutput

func (KerberosRc4EncryptionOutput) ToStringOutputWithContext

func (o KerberosRc4EncryptionOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (KerberosRc4EncryptionOutput) ToStringPtrOutput

func (o KerberosRc4EncryptionOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (KerberosRc4EncryptionOutput) ToStringPtrOutputWithContext

func (o KerberosRc4EncryptionOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type KerberosRc4EncryptionPtrInput

type KerberosRc4EncryptionPtrInput interface {
	pulumi.Input

	ToKerberosRc4EncryptionPtrOutput() KerberosRc4EncryptionPtrOutput
	ToKerberosRc4EncryptionPtrOutputWithContext(context.Context) KerberosRc4EncryptionPtrOutput
}

func KerberosRc4EncryptionPtr

func KerberosRc4EncryptionPtr(v string) KerberosRc4EncryptionPtrInput

type KerberosRc4EncryptionPtrOutput

type KerberosRc4EncryptionPtrOutput struct{ *pulumi.OutputState }

func (KerberosRc4EncryptionPtrOutput) Elem

func (KerberosRc4EncryptionPtrOutput) ElementType

func (KerberosRc4EncryptionPtrOutput) ToKerberosRc4EncryptionPtrOutput

func (o KerberosRc4EncryptionPtrOutput) ToKerberosRc4EncryptionPtrOutput() KerberosRc4EncryptionPtrOutput

func (KerberosRc4EncryptionPtrOutput) ToKerberosRc4EncryptionPtrOutputWithContext

func (o KerberosRc4EncryptionPtrOutput) ToKerberosRc4EncryptionPtrOutputWithContext(ctx context.Context) KerberosRc4EncryptionPtrOutput

func (KerberosRc4EncryptionPtrOutput) ToStringPtrOutput

func (KerberosRc4EncryptionPtrOutput) ToStringPtrOutputWithContext

func (o KerberosRc4EncryptionPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type LdapSigning

type LdapSigning string

A flag to determine whether or not LdapSigning is enabled or disabled.

func (LdapSigning) ElementType

func (LdapSigning) ElementType() reflect.Type

func (LdapSigning) ToLdapSigningOutput

func (e LdapSigning) ToLdapSigningOutput() LdapSigningOutput

func (LdapSigning) ToLdapSigningOutputWithContext

func (e LdapSigning) ToLdapSigningOutputWithContext(ctx context.Context) LdapSigningOutput

func (LdapSigning) ToLdapSigningPtrOutput

func (e LdapSigning) ToLdapSigningPtrOutput() LdapSigningPtrOutput

func (LdapSigning) ToLdapSigningPtrOutputWithContext

func (e LdapSigning) ToLdapSigningPtrOutputWithContext(ctx context.Context) LdapSigningPtrOutput

func (LdapSigning) ToStringOutput

func (e LdapSigning) ToStringOutput() pulumi.StringOutput

func (LdapSigning) ToStringOutputWithContext

func (e LdapSigning) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (LdapSigning) ToStringPtrOutput

func (e LdapSigning) ToStringPtrOutput() pulumi.StringPtrOutput

func (LdapSigning) ToStringPtrOutputWithContext

func (e LdapSigning) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type LdapSigningInput

type LdapSigningInput interface {
	pulumi.Input

	ToLdapSigningOutput() LdapSigningOutput
	ToLdapSigningOutputWithContext(context.Context) LdapSigningOutput
}

LdapSigningInput is an input type that accepts values of the LdapSigning enum A concrete instance of `LdapSigningInput` can be one of the following:

LdapSigningEnabled
LdapSigningDisabled

type LdapSigningOutput

type LdapSigningOutput struct{ *pulumi.OutputState }

func (LdapSigningOutput) ElementType

func (LdapSigningOutput) ElementType() reflect.Type

func (LdapSigningOutput) ToLdapSigningOutput

func (o LdapSigningOutput) ToLdapSigningOutput() LdapSigningOutput

func (LdapSigningOutput) ToLdapSigningOutputWithContext

func (o LdapSigningOutput) ToLdapSigningOutputWithContext(ctx context.Context) LdapSigningOutput

func (LdapSigningOutput) ToLdapSigningPtrOutput

func (o LdapSigningOutput) ToLdapSigningPtrOutput() LdapSigningPtrOutput

func (LdapSigningOutput) ToLdapSigningPtrOutputWithContext

func (o LdapSigningOutput) ToLdapSigningPtrOutputWithContext(ctx context.Context) LdapSigningPtrOutput

func (LdapSigningOutput) ToStringOutput

func (o LdapSigningOutput) ToStringOutput() pulumi.StringOutput

func (LdapSigningOutput) ToStringOutputWithContext

func (o LdapSigningOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (LdapSigningOutput) ToStringPtrOutput

func (o LdapSigningOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (LdapSigningOutput) ToStringPtrOutputWithContext

func (o LdapSigningOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type LdapSigningPtrInput

type LdapSigningPtrInput interface {
	pulumi.Input

	ToLdapSigningPtrOutput() LdapSigningPtrOutput
	ToLdapSigningPtrOutputWithContext(context.Context) LdapSigningPtrOutput
}

func LdapSigningPtr

func LdapSigningPtr(v string) LdapSigningPtrInput

type LdapSigningPtrOutput

type LdapSigningPtrOutput struct{ *pulumi.OutputState }

func (LdapSigningPtrOutput) Elem

func (LdapSigningPtrOutput) ElementType

func (LdapSigningPtrOutput) ElementType() reflect.Type

func (LdapSigningPtrOutput) ToLdapSigningPtrOutput

func (o LdapSigningPtrOutput) ToLdapSigningPtrOutput() LdapSigningPtrOutput

func (LdapSigningPtrOutput) ToLdapSigningPtrOutputWithContext

func (o LdapSigningPtrOutput) ToLdapSigningPtrOutputWithContext(ctx context.Context) LdapSigningPtrOutput

func (LdapSigningPtrOutput) ToStringPtrOutput

func (o LdapSigningPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (LdapSigningPtrOutput) ToStringPtrOutputWithContext

func (o LdapSigningPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type Ldaps

type Ldaps string

A flag to determine whether or not Secure LDAP is enabled or disabled.

func (Ldaps) ElementType

func (Ldaps) ElementType() reflect.Type

func (Ldaps) ToLdapsOutput

func (e Ldaps) ToLdapsOutput() LdapsOutput

func (Ldaps) ToLdapsOutputWithContext

func (e Ldaps) ToLdapsOutputWithContext(ctx context.Context) LdapsOutput

func (Ldaps) ToLdapsPtrOutput

func (e Ldaps) ToLdapsPtrOutput() LdapsPtrOutput

func (Ldaps) ToLdapsPtrOutputWithContext

func (e Ldaps) ToLdapsPtrOutputWithContext(ctx context.Context) LdapsPtrOutput

func (Ldaps) ToStringOutput

func (e Ldaps) ToStringOutput() pulumi.StringOutput

func (Ldaps) ToStringOutputWithContext

func (e Ldaps) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (Ldaps) ToStringPtrOutput

func (e Ldaps) ToStringPtrOutput() pulumi.StringPtrOutput

func (Ldaps) ToStringPtrOutputWithContext

func (e Ldaps) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type LdapsInput

type LdapsInput interface {
	pulumi.Input

	ToLdapsOutput() LdapsOutput
	ToLdapsOutputWithContext(context.Context) LdapsOutput
}

LdapsInput is an input type that accepts values of the Ldaps enum A concrete instance of `LdapsInput` can be one of the following:

LdapsEnabled
LdapsDisabled

type LdapsOutput

type LdapsOutput struct{ *pulumi.OutputState }

func (LdapsOutput) ElementType

func (LdapsOutput) ElementType() reflect.Type

func (LdapsOutput) ToLdapsOutput

func (o LdapsOutput) ToLdapsOutput() LdapsOutput

func (LdapsOutput) ToLdapsOutputWithContext

func (o LdapsOutput) ToLdapsOutputWithContext(ctx context.Context) LdapsOutput

func (LdapsOutput) ToLdapsPtrOutput

func (o LdapsOutput) ToLdapsPtrOutput() LdapsPtrOutput

func (LdapsOutput) ToLdapsPtrOutputWithContext

func (o LdapsOutput) ToLdapsPtrOutputWithContext(ctx context.Context) LdapsPtrOutput

func (LdapsOutput) ToStringOutput

func (o LdapsOutput) ToStringOutput() pulumi.StringOutput

func (LdapsOutput) ToStringOutputWithContext

func (o LdapsOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (LdapsOutput) ToStringPtrOutput

func (o LdapsOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (LdapsOutput) ToStringPtrOutputWithContext

func (o LdapsOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type LdapsPtrInput

type LdapsPtrInput interface {
	pulumi.Input

	ToLdapsPtrOutput() LdapsPtrOutput
	ToLdapsPtrOutputWithContext(context.Context) LdapsPtrOutput
}

func LdapsPtr

func LdapsPtr(v string) LdapsPtrInput

type LdapsPtrOutput

type LdapsPtrOutput struct{ *pulumi.OutputState }

func (LdapsPtrOutput) Elem

func (o LdapsPtrOutput) Elem() LdapsOutput

func (LdapsPtrOutput) ElementType

func (LdapsPtrOutput) ElementType() reflect.Type

func (LdapsPtrOutput) ToLdapsPtrOutput

func (o LdapsPtrOutput) ToLdapsPtrOutput() LdapsPtrOutput

func (LdapsPtrOutput) ToLdapsPtrOutputWithContext

func (o LdapsPtrOutput) ToLdapsPtrOutputWithContext(ctx context.Context) LdapsPtrOutput

func (LdapsPtrOutput) ToStringPtrOutput

func (o LdapsPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (LdapsPtrOutput) ToStringPtrOutputWithContext

func (o LdapsPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type LdapsSettings

type LdapsSettings struct {
	// A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.
	ExternalAccess *string `pulumi:"externalAccess"`
	// A flag to determine whether or not Secure LDAP is enabled or disabled.
	Ldaps *string `pulumi:"ldaps"`
	// The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.
	PfxCertificate *string `pulumi:"pfxCertificate"`
	// The password to decrypt the provided Secure LDAP certificate pfx file.
	PfxCertificatePassword *string `pulumi:"pfxCertificatePassword"`
}

Secure LDAP Settings

func (*LdapsSettings) Defaults

func (val *LdapsSettings) Defaults() *LdapsSettings

Defaults sets the appropriate defaults for LdapsSettings

type LdapsSettingsArgs

type LdapsSettingsArgs struct {
	// A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.
	ExternalAccess pulumi.StringPtrInput `pulumi:"externalAccess"`
	// A flag to determine whether or not Secure LDAP is enabled or disabled.
	Ldaps pulumi.StringPtrInput `pulumi:"ldaps"`
	// The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.
	PfxCertificate pulumi.StringPtrInput `pulumi:"pfxCertificate"`
	// The password to decrypt the provided Secure LDAP certificate pfx file.
	PfxCertificatePassword pulumi.StringPtrInput `pulumi:"pfxCertificatePassword"`
}

Secure LDAP Settings

func (*LdapsSettingsArgs) Defaults

func (val *LdapsSettingsArgs) Defaults() *LdapsSettingsArgs

Defaults sets the appropriate defaults for LdapsSettingsArgs

func (LdapsSettingsArgs) ElementType

func (LdapsSettingsArgs) ElementType() reflect.Type

func (LdapsSettingsArgs) ToLdapsSettingsOutput

func (i LdapsSettingsArgs) ToLdapsSettingsOutput() LdapsSettingsOutput

func (LdapsSettingsArgs) ToLdapsSettingsOutputWithContext

func (i LdapsSettingsArgs) ToLdapsSettingsOutputWithContext(ctx context.Context) LdapsSettingsOutput

func (LdapsSettingsArgs) ToLdapsSettingsPtrOutput

func (i LdapsSettingsArgs) ToLdapsSettingsPtrOutput() LdapsSettingsPtrOutput

func (LdapsSettingsArgs) ToLdapsSettingsPtrOutputWithContext

func (i LdapsSettingsArgs) ToLdapsSettingsPtrOutputWithContext(ctx context.Context) LdapsSettingsPtrOutput

type LdapsSettingsInput

type LdapsSettingsInput interface {
	pulumi.Input

	ToLdapsSettingsOutput() LdapsSettingsOutput
	ToLdapsSettingsOutputWithContext(context.Context) LdapsSettingsOutput
}

LdapsSettingsInput is an input type that accepts LdapsSettingsArgs and LdapsSettingsOutput values. You can construct a concrete instance of `LdapsSettingsInput` via:

LdapsSettingsArgs{...}

type LdapsSettingsOutput

type LdapsSettingsOutput struct{ *pulumi.OutputState }

Secure LDAP Settings

func (LdapsSettingsOutput) ElementType

func (LdapsSettingsOutput) ElementType() reflect.Type

func (LdapsSettingsOutput) ExternalAccess

func (o LdapsSettingsOutput) ExternalAccess() pulumi.StringPtrOutput

A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.

func (LdapsSettingsOutput) Ldaps

A flag to determine whether or not Secure LDAP is enabled or disabled.

func (LdapsSettingsOutput) PfxCertificate

func (o LdapsSettingsOutput) PfxCertificate() pulumi.StringPtrOutput

The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.

func (LdapsSettingsOutput) PfxCertificatePassword

func (o LdapsSettingsOutput) PfxCertificatePassword() pulumi.StringPtrOutput

The password to decrypt the provided Secure LDAP certificate pfx file.

func (LdapsSettingsOutput) ToLdapsSettingsOutput

func (o LdapsSettingsOutput) ToLdapsSettingsOutput() LdapsSettingsOutput

func (LdapsSettingsOutput) ToLdapsSettingsOutputWithContext

func (o LdapsSettingsOutput) ToLdapsSettingsOutputWithContext(ctx context.Context) LdapsSettingsOutput

func (LdapsSettingsOutput) ToLdapsSettingsPtrOutput

func (o LdapsSettingsOutput) ToLdapsSettingsPtrOutput() LdapsSettingsPtrOutput

func (LdapsSettingsOutput) ToLdapsSettingsPtrOutputWithContext

func (o LdapsSettingsOutput) ToLdapsSettingsPtrOutputWithContext(ctx context.Context) LdapsSettingsPtrOutput

type LdapsSettingsPtrInput

type LdapsSettingsPtrInput interface {
	pulumi.Input

	ToLdapsSettingsPtrOutput() LdapsSettingsPtrOutput
	ToLdapsSettingsPtrOutputWithContext(context.Context) LdapsSettingsPtrOutput
}

LdapsSettingsPtrInput is an input type that accepts LdapsSettingsArgs, LdapsSettingsPtr and LdapsSettingsPtrOutput values. You can construct a concrete instance of `LdapsSettingsPtrInput` via:

        LdapsSettingsArgs{...}

or:

        nil

type LdapsSettingsPtrOutput

type LdapsSettingsPtrOutput struct{ *pulumi.OutputState }

func (LdapsSettingsPtrOutput) Elem

func (LdapsSettingsPtrOutput) ElementType

func (LdapsSettingsPtrOutput) ElementType() reflect.Type

func (LdapsSettingsPtrOutput) ExternalAccess

func (o LdapsSettingsPtrOutput) ExternalAccess() pulumi.StringPtrOutput

A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.

func (LdapsSettingsPtrOutput) Ldaps

A flag to determine whether or not Secure LDAP is enabled or disabled.

func (LdapsSettingsPtrOutput) PfxCertificate

func (o LdapsSettingsPtrOutput) PfxCertificate() pulumi.StringPtrOutput

The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.

func (LdapsSettingsPtrOutput) PfxCertificatePassword

func (o LdapsSettingsPtrOutput) PfxCertificatePassword() pulumi.StringPtrOutput

The password to decrypt the provided Secure LDAP certificate pfx file.

func (LdapsSettingsPtrOutput) ToLdapsSettingsPtrOutput

func (o LdapsSettingsPtrOutput) ToLdapsSettingsPtrOutput() LdapsSettingsPtrOutput

func (LdapsSettingsPtrOutput) ToLdapsSettingsPtrOutputWithContext

func (o LdapsSettingsPtrOutput) ToLdapsSettingsPtrOutputWithContext(ctx context.Context) LdapsSettingsPtrOutput

type LdapsSettingsResponse

type LdapsSettingsResponse struct {
	// NotAfter DateTime of configure ldaps certificate.
	CertificateNotAfter string `pulumi:"certificateNotAfter"`
	// Thumbprint of configure ldaps certificate.
	CertificateThumbprint string `pulumi:"certificateThumbprint"`
	// A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.
	ExternalAccess *string `pulumi:"externalAccess"`
	// A flag to determine whether or not Secure LDAP is enabled or disabled.
	Ldaps *string `pulumi:"ldaps"`
	// The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.
	PfxCertificate *string `pulumi:"pfxCertificate"`
	// The password to decrypt the provided Secure LDAP certificate pfx file.
	PfxCertificatePassword *string `pulumi:"pfxCertificatePassword"`
	// Public certificate used to configure secure ldap.
	PublicCertificate string `pulumi:"publicCertificate"`
}

Secure LDAP Settings

func (*LdapsSettingsResponse) Defaults

Defaults sets the appropriate defaults for LdapsSettingsResponse

type LdapsSettingsResponseOutput

type LdapsSettingsResponseOutput struct{ *pulumi.OutputState }

Secure LDAP Settings

func (LdapsSettingsResponseOutput) CertificateNotAfter

func (o LdapsSettingsResponseOutput) CertificateNotAfter() pulumi.StringOutput

NotAfter DateTime of configure ldaps certificate.

func (LdapsSettingsResponseOutput) CertificateThumbprint

func (o LdapsSettingsResponseOutput) CertificateThumbprint() pulumi.StringOutput

Thumbprint of configure ldaps certificate.

func (LdapsSettingsResponseOutput) ElementType

func (LdapsSettingsResponseOutput) ExternalAccess

A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.

func (LdapsSettingsResponseOutput) Ldaps

A flag to determine whether or not Secure LDAP is enabled or disabled.

func (LdapsSettingsResponseOutput) PfxCertificate

The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.

func (LdapsSettingsResponseOutput) PfxCertificatePassword

func (o LdapsSettingsResponseOutput) PfxCertificatePassword() pulumi.StringPtrOutput

The password to decrypt the provided Secure LDAP certificate pfx file.

func (LdapsSettingsResponseOutput) PublicCertificate

func (o LdapsSettingsResponseOutput) PublicCertificate() pulumi.StringOutput

Public certificate used to configure secure ldap.

func (LdapsSettingsResponseOutput) ToLdapsSettingsResponseOutput

func (o LdapsSettingsResponseOutput) ToLdapsSettingsResponseOutput() LdapsSettingsResponseOutput

func (LdapsSettingsResponseOutput) ToLdapsSettingsResponseOutputWithContext

func (o LdapsSettingsResponseOutput) ToLdapsSettingsResponseOutputWithContext(ctx context.Context) LdapsSettingsResponseOutput

type LdapsSettingsResponsePtrOutput

type LdapsSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (LdapsSettingsResponsePtrOutput) CertificateNotAfter

func (o LdapsSettingsResponsePtrOutput) CertificateNotAfter() pulumi.StringPtrOutput

NotAfter DateTime of configure ldaps certificate.

func (LdapsSettingsResponsePtrOutput) CertificateThumbprint

func (o LdapsSettingsResponsePtrOutput) CertificateThumbprint() pulumi.StringPtrOutput

Thumbprint of configure ldaps certificate.

func (LdapsSettingsResponsePtrOutput) Elem

func (LdapsSettingsResponsePtrOutput) ElementType

func (LdapsSettingsResponsePtrOutput) ExternalAccess

A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.

func (LdapsSettingsResponsePtrOutput) Ldaps

A flag to determine whether or not Secure LDAP is enabled or disabled.

func (LdapsSettingsResponsePtrOutput) PfxCertificate

The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.

func (LdapsSettingsResponsePtrOutput) PfxCertificatePassword

func (o LdapsSettingsResponsePtrOutput) PfxCertificatePassword() pulumi.StringPtrOutput

The password to decrypt the provided Secure LDAP certificate pfx file.

func (LdapsSettingsResponsePtrOutput) PublicCertificate

Public certificate used to configure secure ldap.

func (LdapsSettingsResponsePtrOutput) ToLdapsSettingsResponsePtrOutput

func (o LdapsSettingsResponsePtrOutput) ToLdapsSettingsResponsePtrOutput() LdapsSettingsResponsePtrOutput

func (LdapsSettingsResponsePtrOutput) ToLdapsSettingsResponsePtrOutputWithContext

func (o LdapsSettingsResponsePtrOutput) ToLdapsSettingsResponsePtrOutputWithContext(ctx context.Context) LdapsSettingsResponsePtrOutput

type LookupDomainServiceArgs

type LookupDomainServiceArgs struct {
	// The name of the domain service.
	DomainServiceName string `pulumi:"domainServiceName"`
	// The name of the resource group within the user's subscription. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupDomainServiceOutputArgs

type LookupDomainServiceOutputArgs struct {
	// The name of the domain service.
	DomainServiceName pulumi.StringInput `pulumi:"domainServiceName"`
	// The name of the resource group within the user's subscription. The name is case insensitive.
	ResourceGroupName pulumi.StringInput `pulumi:"resourceGroupName"`
}

func (LookupDomainServiceOutputArgs) ElementType

type LookupDomainServiceResult

type LookupDomainServiceResult struct {
	// Configuration diagnostics data containing latest execution from client.
	ConfigDiagnostics *ConfigDiagnosticsResponse `pulumi:"configDiagnostics"`
	// Deployment Id
	DeploymentId string `pulumi:"deploymentId"`
	// Domain Configuration Type
	DomainConfigurationType *string `pulumi:"domainConfigurationType"`
	// The name of the Azure domain that the user would like to deploy Domain Services to.
	DomainName *string `pulumi:"domainName"`
	// DomainSecurity Settings
	DomainSecuritySettings *DomainSecuritySettingsResponse `pulumi:"domainSecuritySettings"`
	// Resource etag
	Etag *string `pulumi:"etag"`
	// Enabled or Disabled flag to turn on Group-based filtered sync
	FilteredSync *string `pulumi:"filteredSync"`
	// Resource Id
	Id string `pulumi:"id"`
	// Secure LDAP Settings
	LdapsSettings *LdapsSettingsResponse `pulumi:"ldapsSettings"`
	// Resource location
	Location *string `pulumi:"location"`
	// Migration Properties
	MigrationProperties MigrationPropertiesResponse `pulumi:"migrationProperties"`
	// Resource name
	Name string `pulumi:"name"`
	// Notification Settings
	NotificationSettings *NotificationSettingsResponse `pulumi:"notificationSettings"`
	// the current deployment or provisioning state, which only appears in the response.
	ProvisioningState string `pulumi:"provisioningState"`
	// List of ReplicaSets
	ReplicaSets []ReplicaSetResponse `pulumi:"replicaSets"`
	// Resource Forest Settings
	ResourceForestSettings *ResourceForestSettingsResponse `pulumi:"resourceForestSettings"`
	// Sku Type
	Sku *string `pulumi:"sku"`
	// The unique sync application id of the Azure AD Domain Services deployment.
	SyncApplicationId string `pulumi:"syncApplicationId"`
	// SyncOwner ReplicaSet Id
	SyncOwner string `pulumi:"syncOwner"`
	// All or CloudOnly, All users in AAD are synced to AAD DS domain or only users actively syncing in the cloud
	SyncScope *string `pulumi:"syncScope"`
	// The system meta data relating to this resource.
	SystemData SystemDataResponse `pulumi:"systemData"`
	// Resource tags
	Tags map[string]string `pulumi:"tags"`
	// Azure Active Directory Tenant Id
	TenantId string `pulumi:"tenantId"`
	// Resource type
	Type string `pulumi:"type"`
	// Data Model Version
	Version int `pulumi:"version"`
}

Domain service.

func LookupDomainService

func LookupDomainService(ctx *pulumi.Context, args *LookupDomainServiceArgs, opts ...pulumi.InvokeOption) (*LookupDomainServiceResult, error)

The Get Domain Service operation retrieves a json representation of the Domain Service. Azure REST API version: 2022-12-01.

Other available API versions: 2017-06-01.

func (*LookupDomainServiceResult) Defaults

Defaults sets the appropriate defaults for LookupDomainServiceResult

type LookupDomainServiceResultOutput

type LookupDomainServiceResultOutput struct{ *pulumi.OutputState }

Domain service.

func (LookupDomainServiceResultOutput) ConfigDiagnostics

Configuration diagnostics data containing latest execution from client.

func (LookupDomainServiceResultOutput) DeploymentId

Deployment Id

func (LookupDomainServiceResultOutput) DomainConfigurationType

func (o LookupDomainServiceResultOutput) DomainConfigurationType() pulumi.StringPtrOutput

Domain Configuration Type

func (LookupDomainServiceResultOutput) DomainName

The name of the Azure domain that the user would like to deploy Domain Services to.

func (LookupDomainServiceResultOutput) DomainSecuritySettings

DomainSecurity Settings

func (LookupDomainServiceResultOutput) ElementType

func (LookupDomainServiceResultOutput) Etag

Resource etag

func (LookupDomainServiceResultOutput) FilteredSync

Enabled or Disabled flag to turn on Group-based filtered sync

func (LookupDomainServiceResultOutput) Id

Resource Id

func (LookupDomainServiceResultOutput) LdapsSettings

Secure LDAP Settings

func (LookupDomainServiceResultOutput) Location

Resource location

func (LookupDomainServiceResultOutput) MigrationProperties

Migration Properties

func (LookupDomainServiceResultOutput) Name

Resource name

func (LookupDomainServiceResultOutput) NotificationSettings

Notification Settings

func (LookupDomainServiceResultOutput) ProvisioningState

func (o LookupDomainServiceResultOutput) ProvisioningState() pulumi.StringOutput

the current deployment or provisioning state, which only appears in the response.

func (LookupDomainServiceResultOutput) ReplicaSets

List of ReplicaSets

func (LookupDomainServiceResultOutput) ResourceForestSettings

Resource Forest Settings

func (LookupDomainServiceResultOutput) Sku

Sku Type

func (LookupDomainServiceResultOutput) SyncApplicationId

func (o LookupDomainServiceResultOutput) SyncApplicationId() pulumi.StringOutput

The unique sync application id of the Azure AD Domain Services deployment.

func (LookupDomainServiceResultOutput) SyncOwner

SyncOwner ReplicaSet Id

func (LookupDomainServiceResultOutput) SyncScope

All or CloudOnly, All users in AAD are synced to AAD DS domain or only users actively syncing in the cloud

func (LookupDomainServiceResultOutput) SystemData

The system meta data relating to this resource.

func (LookupDomainServiceResultOutput) Tags

Resource tags

func (LookupDomainServiceResultOutput) TenantId

Azure Active Directory Tenant Id

func (LookupDomainServiceResultOutput) ToLookupDomainServiceResultOutput

func (o LookupDomainServiceResultOutput) ToLookupDomainServiceResultOutput() LookupDomainServiceResultOutput

func (LookupDomainServiceResultOutput) ToLookupDomainServiceResultOutputWithContext

func (o LookupDomainServiceResultOutput) ToLookupDomainServiceResultOutputWithContext(ctx context.Context) LookupDomainServiceResultOutput

func (LookupDomainServiceResultOutput) Type

Resource type

func (LookupDomainServiceResultOutput) Version

Data Model Version

type LookupOuContainerArgs

type LookupOuContainerArgs struct {
	// The name of the domain service.
	DomainServiceName string `pulumi:"domainServiceName"`
	// The name of the OuContainer.
	OuContainerName string `pulumi:"ouContainerName"`
	// The name of the resource group within the user's subscription. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupOuContainerOutputArgs

type LookupOuContainerOutputArgs struct {
	// The name of the domain service.
	DomainServiceName pulumi.StringInput `pulumi:"domainServiceName"`
	// The name of the OuContainer.
	OuContainerName pulumi.StringInput `pulumi:"ouContainerName"`
	// The name of the resource group within the user's subscription. The name is case insensitive.
	ResourceGroupName pulumi.StringInput `pulumi:"resourceGroupName"`
}

func (LookupOuContainerOutputArgs) ElementType

type LookupOuContainerResult

type LookupOuContainerResult struct {
	// The list of container accounts
	Accounts []ContainerAccountResponse `pulumi:"accounts"`
	// The OuContainer name
	ContainerId string `pulumi:"containerId"`
	// The Deployment id
	DeploymentId string `pulumi:"deploymentId"`
	// Distinguished Name of OuContainer instance
	DistinguishedName string `pulumi:"distinguishedName"`
	// The domain name of Domain Services.
	DomainName string `pulumi:"domainName"`
	// Resource etag
	Etag *string `pulumi:"etag"`
	// Resource Id
	Id string `pulumi:"id"`
	// Resource location
	Location *string `pulumi:"location"`
	// Resource name
	Name string `pulumi:"name"`
	// The current deployment or provisioning state, which only appears in the response.
	ProvisioningState string `pulumi:"provisioningState"`
	// Status of OuContainer instance
	ServiceStatus string `pulumi:"serviceStatus"`
	// The system meta data relating to this resource.
	SystemData SystemDataResponse `pulumi:"systemData"`
	// Resource tags
	Tags map[string]string `pulumi:"tags"`
	// Azure Active Directory tenant id
	TenantId string `pulumi:"tenantId"`
	// Resource type
	Type string `pulumi:"type"`
}

Resource for OuContainer.

func LookupOuContainer

func LookupOuContainer(ctx *pulumi.Context, args *LookupOuContainerArgs, opts ...pulumi.InvokeOption) (*LookupOuContainerResult, error)

Get OuContainer in DomainService instance. Azure REST API version: 2022-12-01.

type LookupOuContainerResultOutput

type LookupOuContainerResultOutput struct{ *pulumi.OutputState }

Resource for OuContainer.

func (LookupOuContainerResultOutput) Accounts

The list of container accounts

func (LookupOuContainerResultOutput) ContainerId

The OuContainer name

func (LookupOuContainerResultOutput) DeploymentId

The Deployment id

func (LookupOuContainerResultOutput) DistinguishedName

func (o LookupOuContainerResultOutput) DistinguishedName() pulumi.StringOutput

Distinguished Name of OuContainer instance

func (LookupOuContainerResultOutput) DomainName

The domain name of Domain Services.

func (LookupOuContainerResultOutput) ElementType

func (LookupOuContainerResultOutput) Etag

Resource etag

func (LookupOuContainerResultOutput) Id

Resource Id

func (LookupOuContainerResultOutput) Location

Resource location

func (LookupOuContainerResultOutput) Name

Resource name

func (LookupOuContainerResultOutput) ProvisioningState

func (o LookupOuContainerResultOutput) ProvisioningState() pulumi.StringOutput

The current deployment or provisioning state, which only appears in the response.

func (LookupOuContainerResultOutput) ServiceStatus

Status of OuContainer instance

func (LookupOuContainerResultOutput) SystemData

The system meta data relating to this resource.

func (LookupOuContainerResultOutput) Tags

Resource tags

func (LookupOuContainerResultOutput) TenantId

Azure Active Directory tenant id

func (LookupOuContainerResultOutput) ToLookupOuContainerResultOutput

func (o LookupOuContainerResultOutput) ToLookupOuContainerResultOutput() LookupOuContainerResultOutput

func (LookupOuContainerResultOutput) ToLookupOuContainerResultOutputWithContext

func (o LookupOuContainerResultOutput) ToLookupOuContainerResultOutputWithContext(ctx context.Context) LookupOuContainerResultOutput

func (LookupOuContainerResultOutput) Type

Resource type

type MigrationProgressResponse

type MigrationProgressResponse struct {
	// Completion Percentage
	CompletionPercentage *float64 `pulumi:"completionPercentage"`
	// Progress Message
	ProgressMessage *string `pulumi:"progressMessage"`
}

Migration Progress

type MigrationProgressResponseOutput

type MigrationProgressResponseOutput struct{ *pulumi.OutputState }

Migration Progress

func (MigrationProgressResponseOutput) CompletionPercentage

func (o MigrationProgressResponseOutput) CompletionPercentage() pulumi.Float64PtrOutput

Completion Percentage

func (MigrationProgressResponseOutput) ElementType

func (MigrationProgressResponseOutput) ProgressMessage

Progress Message

func (MigrationProgressResponseOutput) ToMigrationProgressResponseOutput

func (o MigrationProgressResponseOutput) ToMigrationProgressResponseOutput() MigrationProgressResponseOutput

func (MigrationProgressResponseOutput) ToMigrationProgressResponseOutputWithContext

func (o MigrationProgressResponseOutput) ToMigrationProgressResponseOutputWithContext(ctx context.Context) MigrationProgressResponseOutput

type MigrationPropertiesResponse

type MigrationPropertiesResponse struct {
	// Migration Progress
	MigrationProgress MigrationProgressResponse `pulumi:"migrationProgress"`
	// Old Subnet Id
	OldSubnetId string `pulumi:"oldSubnetId"`
	// Old Vnet Site Id
	OldVnetSiteId string `pulumi:"oldVnetSiteId"`
}

Migration Properties

type MigrationPropertiesResponseOutput

type MigrationPropertiesResponseOutput struct{ *pulumi.OutputState }

Migration Properties

func (MigrationPropertiesResponseOutput) ElementType

func (MigrationPropertiesResponseOutput) MigrationProgress

Migration Progress

func (MigrationPropertiesResponseOutput) OldSubnetId

Old Subnet Id

func (MigrationPropertiesResponseOutput) OldVnetSiteId

Old Vnet Site Id

func (MigrationPropertiesResponseOutput) ToMigrationPropertiesResponseOutput

func (o MigrationPropertiesResponseOutput) ToMigrationPropertiesResponseOutput() MigrationPropertiesResponseOutput

func (MigrationPropertiesResponseOutput) ToMigrationPropertiesResponseOutputWithContext

func (o MigrationPropertiesResponseOutput) ToMigrationPropertiesResponseOutputWithContext(ctx context.Context) MigrationPropertiesResponseOutput

type NotificationSettings

type NotificationSettings struct {
	// The list of additional recipients
	AdditionalRecipients []string `pulumi:"additionalRecipients"`
	// Should domain controller admins be notified
	NotifyDcAdmins *string `pulumi:"notifyDcAdmins"`
	// Should global admins be notified
	NotifyGlobalAdmins *string `pulumi:"notifyGlobalAdmins"`
}

Settings for notification

type NotificationSettingsArgs

type NotificationSettingsArgs struct {
	// The list of additional recipients
	AdditionalRecipients pulumi.StringArrayInput `pulumi:"additionalRecipients"`
	// Should domain controller admins be notified
	NotifyDcAdmins pulumi.StringPtrInput `pulumi:"notifyDcAdmins"`
	// Should global admins be notified
	NotifyGlobalAdmins pulumi.StringPtrInput `pulumi:"notifyGlobalAdmins"`
}

Settings for notification

func (NotificationSettingsArgs) ElementType

func (NotificationSettingsArgs) ElementType() reflect.Type

func (NotificationSettingsArgs) ToNotificationSettingsOutput

func (i NotificationSettingsArgs) ToNotificationSettingsOutput() NotificationSettingsOutput

func (NotificationSettingsArgs) ToNotificationSettingsOutputWithContext

func (i NotificationSettingsArgs) ToNotificationSettingsOutputWithContext(ctx context.Context) NotificationSettingsOutput

func (NotificationSettingsArgs) ToNotificationSettingsPtrOutput

func (i NotificationSettingsArgs) ToNotificationSettingsPtrOutput() NotificationSettingsPtrOutput

func (NotificationSettingsArgs) ToNotificationSettingsPtrOutputWithContext

func (i NotificationSettingsArgs) ToNotificationSettingsPtrOutputWithContext(ctx context.Context) NotificationSettingsPtrOutput

type NotificationSettingsInput

type NotificationSettingsInput interface {
	pulumi.Input

	ToNotificationSettingsOutput() NotificationSettingsOutput
	ToNotificationSettingsOutputWithContext(context.Context) NotificationSettingsOutput
}

NotificationSettingsInput is an input type that accepts NotificationSettingsArgs and NotificationSettingsOutput values. You can construct a concrete instance of `NotificationSettingsInput` via:

NotificationSettingsArgs{...}

type NotificationSettingsOutput

type NotificationSettingsOutput struct{ *pulumi.OutputState }

Settings for notification

func (NotificationSettingsOutput) AdditionalRecipients

func (o NotificationSettingsOutput) AdditionalRecipients() pulumi.StringArrayOutput

The list of additional recipients

func (NotificationSettingsOutput) ElementType

func (NotificationSettingsOutput) ElementType() reflect.Type

func (NotificationSettingsOutput) NotifyDcAdmins

Should domain controller admins be notified

func (NotificationSettingsOutput) NotifyGlobalAdmins

func (o NotificationSettingsOutput) NotifyGlobalAdmins() pulumi.StringPtrOutput

Should global admins be notified

func (NotificationSettingsOutput) ToNotificationSettingsOutput

func (o NotificationSettingsOutput) ToNotificationSettingsOutput() NotificationSettingsOutput

func (NotificationSettingsOutput) ToNotificationSettingsOutputWithContext

func (o NotificationSettingsOutput) ToNotificationSettingsOutputWithContext(ctx context.Context) NotificationSettingsOutput

func (NotificationSettingsOutput) ToNotificationSettingsPtrOutput

func (o NotificationSettingsOutput) ToNotificationSettingsPtrOutput() NotificationSettingsPtrOutput

func (NotificationSettingsOutput) ToNotificationSettingsPtrOutputWithContext

func (o NotificationSettingsOutput) ToNotificationSettingsPtrOutputWithContext(ctx context.Context) NotificationSettingsPtrOutput

type NotificationSettingsPtrInput

type NotificationSettingsPtrInput interface {
	pulumi.Input

	ToNotificationSettingsPtrOutput() NotificationSettingsPtrOutput
	ToNotificationSettingsPtrOutputWithContext(context.Context) NotificationSettingsPtrOutput
}

NotificationSettingsPtrInput is an input type that accepts NotificationSettingsArgs, NotificationSettingsPtr and NotificationSettingsPtrOutput values. You can construct a concrete instance of `NotificationSettingsPtrInput` via:

        NotificationSettingsArgs{...}

or:

        nil

type NotificationSettingsPtrOutput

type NotificationSettingsPtrOutput struct{ *pulumi.OutputState }

func (NotificationSettingsPtrOutput) AdditionalRecipients

func (o NotificationSettingsPtrOutput) AdditionalRecipients() pulumi.StringArrayOutput

The list of additional recipients

func (NotificationSettingsPtrOutput) Elem

func (NotificationSettingsPtrOutput) ElementType

func (NotificationSettingsPtrOutput) NotifyDcAdmins

Should domain controller admins be notified

func (NotificationSettingsPtrOutput) NotifyGlobalAdmins

func (o NotificationSettingsPtrOutput) NotifyGlobalAdmins() pulumi.StringPtrOutput

Should global admins be notified

func (NotificationSettingsPtrOutput) ToNotificationSettingsPtrOutput

func (o NotificationSettingsPtrOutput) ToNotificationSettingsPtrOutput() NotificationSettingsPtrOutput

func (NotificationSettingsPtrOutput) ToNotificationSettingsPtrOutputWithContext

func (o NotificationSettingsPtrOutput) ToNotificationSettingsPtrOutputWithContext(ctx context.Context) NotificationSettingsPtrOutput

type NotificationSettingsResponse

type NotificationSettingsResponse struct {
	// The list of additional recipients
	AdditionalRecipients []string `pulumi:"additionalRecipients"`
	// Should domain controller admins be notified
	NotifyDcAdmins *string `pulumi:"notifyDcAdmins"`
	// Should global admins be notified
	NotifyGlobalAdmins *string `pulumi:"notifyGlobalAdmins"`
}

Settings for notification

type NotificationSettingsResponseOutput

type NotificationSettingsResponseOutput struct{ *pulumi.OutputState }

Settings for notification

func (NotificationSettingsResponseOutput) AdditionalRecipients

The list of additional recipients

func (NotificationSettingsResponseOutput) ElementType

func (NotificationSettingsResponseOutput) NotifyDcAdmins

Should domain controller admins be notified

func (NotificationSettingsResponseOutput) NotifyGlobalAdmins

Should global admins be notified

func (NotificationSettingsResponseOutput) ToNotificationSettingsResponseOutput

func (o NotificationSettingsResponseOutput) ToNotificationSettingsResponseOutput() NotificationSettingsResponseOutput

func (NotificationSettingsResponseOutput) ToNotificationSettingsResponseOutputWithContext

func (o NotificationSettingsResponseOutput) ToNotificationSettingsResponseOutputWithContext(ctx context.Context) NotificationSettingsResponseOutput

type NotificationSettingsResponsePtrOutput

type NotificationSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (NotificationSettingsResponsePtrOutput) AdditionalRecipients

The list of additional recipients

func (NotificationSettingsResponsePtrOutput) Elem

func (NotificationSettingsResponsePtrOutput) ElementType

func (NotificationSettingsResponsePtrOutput) NotifyDcAdmins

Should domain controller admins be notified

func (NotificationSettingsResponsePtrOutput) NotifyGlobalAdmins

Should global admins be notified

func (NotificationSettingsResponsePtrOutput) ToNotificationSettingsResponsePtrOutput

func (o NotificationSettingsResponsePtrOutput) ToNotificationSettingsResponsePtrOutput() NotificationSettingsResponsePtrOutput

func (NotificationSettingsResponsePtrOutput) ToNotificationSettingsResponsePtrOutputWithContext

func (o NotificationSettingsResponsePtrOutput) ToNotificationSettingsResponsePtrOutputWithContext(ctx context.Context) NotificationSettingsResponsePtrOutput

type NotifyDcAdmins

type NotifyDcAdmins string

Should domain controller admins be notified

func (NotifyDcAdmins) ElementType

func (NotifyDcAdmins) ElementType() reflect.Type

func (NotifyDcAdmins) ToNotifyDcAdminsOutput

func (e NotifyDcAdmins) ToNotifyDcAdminsOutput() NotifyDcAdminsOutput

func (NotifyDcAdmins) ToNotifyDcAdminsOutputWithContext

func (e NotifyDcAdmins) ToNotifyDcAdminsOutputWithContext(ctx context.Context) NotifyDcAdminsOutput

func (NotifyDcAdmins) ToNotifyDcAdminsPtrOutput

func (e NotifyDcAdmins) ToNotifyDcAdminsPtrOutput() NotifyDcAdminsPtrOutput

func (NotifyDcAdmins) ToNotifyDcAdminsPtrOutputWithContext

func (e NotifyDcAdmins) ToNotifyDcAdminsPtrOutputWithContext(ctx context.Context) NotifyDcAdminsPtrOutput

func (NotifyDcAdmins) ToStringOutput

func (e NotifyDcAdmins) ToStringOutput() pulumi.StringOutput

func (NotifyDcAdmins) ToStringOutputWithContext

func (e NotifyDcAdmins) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (NotifyDcAdmins) ToStringPtrOutput

func (e NotifyDcAdmins) ToStringPtrOutput() pulumi.StringPtrOutput

func (NotifyDcAdmins) ToStringPtrOutputWithContext

func (e NotifyDcAdmins) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type NotifyDcAdminsInput

type NotifyDcAdminsInput interface {
	pulumi.Input

	ToNotifyDcAdminsOutput() NotifyDcAdminsOutput
	ToNotifyDcAdminsOutputWithContext(context.Context) NotifyDcAdminsOutput
}

NotifyDcAdminsInput is an input type that accepts values of the NotifyDcAdmins enum A concrete instance of `NotifyDcAdminsInput` can be one of the following:

NotifyDcAdminsEnabled
NotifyDcAdminsDisabled

type NotifyDcAdminsOutput

type NotifyDcAdminsOutput struct{ *pulumi.OutputState }

func (NotifyDcAdminsOutput) ElementType

func (NotifyDcAdminsOutput) ElementType() reflect.Type

func (NotifyDcAdminsOutput) ToNotifyDcAdminsOutput

func (o NotifyDcAdminsOutput) ToNotifyDcAdminsOutput() NotifyDcAdminsOutput

func (NotifyDcAdminsOutput) ToNotifyDcAdminsOutputWithContext

func (o NotifyDcAdminsOutput) ToNotifyDcAdminsOutputWithContext(ctx context.Context) NotifyDcAdminsOutput

func (NotifyDcAdminsOutput) ToNotifyDcAdminsPtrOutput

func (o NotifyDcAdminsOutput) ToNotifyDcAdminsPtrOutput() NotifyDcAdminsPtrOutput

func (NotifyDcAdminsOutput) ToNotifyDcAdminsPtrOutputWithContext

func (o NotifyDcAdminsOutput) ToNotifyDcAdminsPtrOutputWithContext(ctx context.Context) NotifyDcAdminsPtrOutput

func (NotifyDcAdminsOutput) ToStringOutput

func (o NotifyDcAdminsOutput) ToStringOutput() pulumi.StringOutput

func (NotifyDcAdminsOutput) ToStringOutputWithContext

func (o NotifyDcAdminsOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (NotifyDcAdminsOutput) ToStringPtrOutput

func (o NotifyDcAdminsOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (NotifyDcAdminsOutput) ToStringPtrOutputWithContext

func (o NotifyDcAdminsOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type NotifyDcAdminsPtrInput

type NotifyDcAdminsPtrInput interface {
	pulumi.Input

	ToNotifyDcAdminsPtrOutput() NotifyDcAdminsPtrOutput
	ToNotifyDcAdminsPtrOutputWithContext(context.Context) NotifyDcAdminsPtrOutput
}

func NotifyDcAdminsPtr

func NotifyDcAdminsPtr(v string) NotifyDcAdminsPtrInput

type NotifyDcAdminsPtrOutput

type NotifyDcAdminsPtrOutput struct{ *pulumi.OutputState }

func (NotifyDcAdminsPtrOutput) Elem

func (NotifyDcAdminsPtrOutput) ElementType

func (NotifyDcAdminsPtrOutput) ElementType() reflect.Type

func (NotifyDcAdminsPtrOutput) ToNotifyDcAdminsPtrOutput

func (o NotifyDcAdminsPtrOutput) ToNotifyDcAdminsPtrOutput() NotifyDcAdminsPtrOutput

func (NotifyDcAdminsPtrOutput) ToNotifyDcAdminsPtrOutputWithContext

func (o NotifyDcAdminsPtrOutput) ToNotifyDcAdminsPtrOutputWithContext(ctx context.Context) NotifyDcAdminsPtrOutput

func (NotifyDcAdminsPtrOutput) ToStringPtrOutput

func (o NotifyDcAdminsPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (NotifyDcAdminsPtrOutput) ToStringPtrOutputWithContext

func (o NotifyDcAdminsPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type NotifyGlobalAdmins

type NotifyGlobalAdmins string

Should global admins be notified

func (NotifyGlobalAdmins) ElementType

func (NotifyGlobalAdmins) ElementType() reflect.Type

func (NotifyGlobalAdmins) ToNotifyGlobalAdminsOutput

func (e NotifyGlobalAdmins) ToNotifyGlobalAdminsOutput() NotifyGlobalAdminsOutput

func (NotifyGlobalAdmins) ToNotifyGlobalAdminsOutputWithContext

func (e NotifyGlobalAdmins) ToNotifyGlobalAdminsOutputWithContext(ctx context.Context) NotifyGlobalAdminsOutput

func (NotifyGlobalAdmins) ToNotifyGlobalAdminsPtrOutput

func (e NotifyGlobalAdmins) ToNotifyGlobalAdminsPtrOutput() NotifyGlobalAdminsPtrOutput

func (NotifyGlobalAdmins) ToNotifyGlobalAdminsPtrOutputWithContext

func (e NotifyGlobalAdmins) ToNotifyGlobalAdminsPtrOutputWithContext(ctx context.Context) NotifyGlobalAdminsPtrOutput

func (NotifyGlobalAdmins) ToStringOutput

func (e NotifyGlobalAdmins) ToStringOutput() pulumi.StringOutput

func (NotifyGlobalAdmins) ToStringOutputWithContext

func (e NotifyGlobalAdmins) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (NotifyGlobalAdmins) ToStringPtrOutput

func (e NotifyGlobalAdmins) ToStringPtrOutput() pulumi.StringPtrOutput

func (NotifyGlobalAdmins) ToStringPtrOutputWithContext

func (e NotifyGlobalAdmins) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type NotifyGlobalAdminsInput

type NotifyGlobalAdminsInput interface {
	pulumi.Input

	ToNotifyGlobalAdminsOutput() NotifyGlobalAdminsOutput
	ToNotifyGlobalAdminsOutputWithContext(context.Context) NotifyGlobalAdminsOutput
}

NotifyGlobalAdminsInput is an input type that accepts values of the NotifyGlobalAdmins enum A concrete instance of `NotifyGlobalAdminsInput` can be one of the following:

NotifyGlobalAdminsEnabled
NotifyGlobalAdminsDisabled

type NotifyGlobalAdminsOutput

type NotifyGlobalAdminsOutput struct{ *pulumi.OutputState }

func (NotifyGlobalAdminsOutput) ElementType

func (NotifyGlobalAdminsOutput) ElementType() reflect.Type

func (NotifyGlobalAdminsOutput) ToNotifyGlobalAdminsOutput

func (o NotifyGlobalAdminsOutput) ToNotifyGlobalAdminsOutput() NotifyGlobalAdminsOutput

func (NotifyGlobalAdminsOutput) ToNotifyGlobalAdminsOutputWithContext

func (o NotifyGlobalAdminsOutput) ToNotifyGlobalAdminsOutputWithContext(ctx context.Context) NotifyGlobalAdminsOutput

func (NotifyGlobalAdminsOutput) ToNotifyGlobalAdminsPtrOutput

func (o NotifyGlobalAdminsOutput) ToNotifyGlobalAdminsPtrOutput() NotifyGlobalAdminsPtrOutput

func (NotifyGlobalAdminsOutput) ToNotifyGlobalAdminsPtrOutputWithContext

func (o NotifyGlobalAdminsOutput) ToNotifyGlobalAdminsPtrOutputWithContext(ctx context.Context) NotifyGlobalAdminsPtrOutput

func (NotifyGlobalAdminsOutput) ToStringOutput

func (o NotifyGlobalAdminsOutput) ToStringOutput() pulumi.StringOutput

func (NotifyGlobalAdminsOutput) ToStringOutputWithContext

func (o NotifyGlobalAdminsOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (NotifyGlobalAdminsOutput) ToStringPtrOutput

func (o NotifyGlobalAdminsOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (NotifyGlobalAdminsOutput) ToStringPtrOutputWithContext

func (o NotifyGlobalAdminsOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type NotifyGlobalAdminsPtrInput

type NotifyGlobalAdminsPtrInput interface {
	pulumi.Input

	ToNotifyGlobalAdminsPtrOutput() NotifyGlobalAdminsPtrOutput
	ToNotifyGlobalAdminsPtrOutputWithContext(context.Context) NotifyGlobalAdminsPtrOutput
}

func NotifyGlobalAdminsPtr

func NotifyGlobalAdminsPtr(v string) NotifyGlobalAdminsPtrInput

type NotifyGlobalAdminsPtrOutput

type NotifyGlobalAdminsPtrOutput struct{ *pulumi.OutputState }

func (NotifyGlobalAdminsPtrOutput) Elem

func (NotifyGlobalAdminsPtrOutput) ElementType

func (NotifyGlobalAdminsPtrOutput) ToNotifyGlobalAdminsPtrOutput

func (o NotifyGlobalAdminsPtrOutput) ToNotifyGlobalAdminsPtrOutput() NotifyGlobalAdminsPtrOutput

func (NotifyGlobalAdminsPtrOutput) ToNotifyGlobalAdminsPtrOutputWithContext

func (o NotifyGlobalAdminsPtrOutput) ToNotifyGlobalAdminsPtrOutputWithContext(ctx context.Context) NotifyGlobalAdminsPtrOutput

func (NotifyGlobalAdminsPtrOutput) ToStringPtrOutput

func (o NotifyGlobalAdminsPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (NotifyGlobalAdminsPtrOutput) ToStringPtrOutputWithContext

func (o NotifyGlobalAdminsPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type NtlmV1

type NtlmV1 string

A flag to determine whether or not NtlmV1 is enabled or disabled.

func (NtlmV1) ElementType

func (NtlmV1) ElementType() reflect.Type

func (NtlmV1) ToNtlmV1Output

func (e NtlmV1) ToNtlmV1Output() NtlmV1Output

func (NtlmV1) ToNtlmV1OutputWithContext

func (e NtlmV1) ToNtlmV1OutputWithContext(ctx context.Context) NtlmV1Output

func (NtlmV1) ToNtlmV1PtrOutput

func (e NtlmV1) ToNtlmV1PtrOutput() NtlmV1PtrOutput

func (NtlmV1) ToNtlmV1PtrOutputWithContext

func (e NtlmV1) ToNtlmV1PtrOutputWithContext(ctx context.Context) NtlmV1PtrOutput

func (NtlmV1) ToStringOutput

func (e NtlmV1) ToStringOutput() pulumi.StringOutput

func (NtlmV1) ToStringOutputWithContext

func (e NtlmV1) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (NtlmV1) ToStringPtrOutput

func (e NtlmV1) ToStringPtrOutput() pulumi.StringPtrOutput

func (NtlmV1) ToStringPtrOutputWithContext

func (e NtlmV1) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type NtlmV1Input

type NtlmV1Input interface {
	pulumi.Input

	ToNtlmV1Output() NtlmV1Output
	ToNtlmV1OutputWithContext(context.Context) NtlmV1Output
}

NtlmV1Input is an input type that accepts values of the NtlmV1 enum A concrete instance of `NtlmV1Input` can be one of the following:

NtlmV1Enabled
NtlmV1Disabled

type NtlmV1Output

type NtlmV1Output struct{ *pulumi.OutputState }

func (NtlmV1Output) ElementType

func (NtlmV1Output) ElementType() reflect.Type

func (NtlmV1Output) ToNtlmV1Output

func (o NtlmV1Output) ToNtlmV1Output() NtlmV1Output

func (NtlmV1Output) ToNtlmV1OutputWithContext

func (o NtlmV1Output) ToNtlmV1OutputWithContext(ctx context.Context) NtlmV1Output

func (NtlmV1Output) ToNtlmV1PtrOutput

func (o NtlmV1Output) ToNtlmV1PtrOutput() NtlmV1PtrOutput

func (NtlmV1Output) ToNtlmV1PtrOutputWithContext

func (o NtlmV1Output) ToNtlmV1PtrOutputWithContext(ctx context.Context) NtlmV1PtrOutput

func (NtlmV1Output) ToStringOutput

func (o NtlmV1Output) ToStringOutput() pulumi.StringOutput

func (NtlmV1Output) ToStringOutputWithContext

func (o NtlmV1Output) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (NtlmV1Output) ToStringPtrOutput

func (o NtlmV1Output) ToStringPtrOutput() pulumi.StringPtrOutput

func (NtlmV1Output) ToStringPtrOutputWithContext

func (o NtlmV1Output) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type NtlmV1PtrInput

type NtlmV1PtrInput interface {
	pulumi.Input

	ToNtlmV1PtrOutput() NtlmV1PtrOutput
	ToNtlmV1PtrOutputWithContext(context.Context) NtlmV1PtrOutput
}

func NtlmV1Ptr

func NtlmV1Ptr(v string) NtlmV1PtrInput

type NtlmV1PtrOutput

type NtlmV1PtrOutput struct{ *pulumi.OutputState }

func (NtlmV1PtrOutput) Elem

func (o NtlmV1PtrOutput) Elem() NtlmV1Output

func (NtlmV1PtrOutput) ElementType

func (NtlmV1PtrOutput) ElementType() reflect.Type

func (NtlmV1PtrOutput) ToNtlmV1PtrOutput

func (o NtlmV1PtrOutput) ToNtlmV1PtrOutput() NtlmV1PtrOutput

func (NtlmV1PtrOutput) ToNtlmV1PtrOutputWithContext

func (o NtlmV1PtrOutput) ToNtlmV1PtrOutputWithContext(ctx context.Context) NtlmV1PtrOutput

func (NtlmV1PtrOutput) ToStringPtrOutput

func (o NtlmV1PtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (NtlmV1PtrOutput) ToStringPtrOutputWithContext

func (o NtlmV1PtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type OuContainer

type OuContainer struct {
	pulumi.CustomResourceState

	// The list of container accounts
	Accounts ContainerAccountResponseArrayOutput `pulumi:"accounts"`
	// The OuContainer name
	ContainerId pulumi.StringOutput `pulumi:"containerId"`
	// The Deployment id
	DeploymentId pulumi.StringOutput `pulumi:"deploymentId"`
	// Distinguished Name of OuContainer instance
	DistinguishedName pulumi.StringOutput `pulumi:"distinguishedName"`
	// The domain name of Domain Services.
	DomainName pulumi.StringOutput `pulumi:"domainName"`
	// Resource etag
	Etag pulumi.StringPtrOutput `pulumi:"etag"`
	// Resource location
	Location pulumi.StringPtrOutput `pulumi:"location"`
	// Resource name
	Name pulumi.StringOutput `pulumi:"name"`
	// The current deployment or provisioning state, which only appears in the response.
	ProvisioningState pulumi.StringOutput `pulumi:"provisioningState"`
	// Status of OuContainer instance
	ServiceStatus pulumi.StringOutput `pulumi:"serviceStatus"`
	// The system meta data relating to this resource.
	SystemData SystemDataResponseOutput `pulumi:"systemData"`
	// Resource tags
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Azure Active Directory tenant id
	TenantId pulumi.StringOutput `pulumi:"tenantId"`
	// Resource type
	Type pulumi.StringOutput `pulumi:"type"`
}

Resource for OuContainer. Azure REST API version: 2022-12-01. Prior API version in Azure Native 1.x: 2021-03-01.

func GetOuContainer

func GetOuContainer(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *OuContainerState, opts ...pulumi.ResourceOption) (*OuContainer, error)

GetOuContainer gets an existing OuContainer resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewOuContainer

func NewOuContainer(ctx *pulumi.Context,
	name string, args *OuContainerArgs, opts ...pulumi.ResourceOption) (*OuContainer, error)

NewOuContainer registers a new resource with the given unique name, arguments, and options.

func (*OuContainer) ElementType

func (*OuContainer) ElementType() reflect.Type

func (*OuContainer) ToOuContainerOutput

func (i *OuContainer) ToOuContainerOutput() OuContainerOutput

func (*OuContainer) ToOuContainerOutputWithContext

func (i *OuContainer) ToOuContainerOutputWithContext(ctx context.Context) OuContainerOutput

type OuContainerArgs

type OuContainerArgs struct {
	// The account name
	AccountName pulumi.StringPtrInput
	// The name of the domain service.
	DomainServiceName pulumi.StringInput
	// The name of the OuContainer.
	OuContainerName pulumi.StringPtrInput
	// The account password
	Password pulumi.StringPtrInput
	// The name of the resource group within the user's subscription. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
	// The account spn
	Spn pulumi.StringPtrInput
}

The set of arguments for constructing a OuContainer resource.

func (OuContainerArgs) ElementType

func (OuContainerArgs) ElementType() reflect.Type

type OuContainerInput

type OuContainerInput interface {
	pulumi.Input

	ToOuContainerOutput() OuContainerOutput
	ToOuContainerOutputWithContext(ctx context.Context) OuContainerOutput
}

type OuContainerOutput

type OuContainerOutput struct{ *pulumi.OutputState }

func (OuContainerOutput) Accounts

The list of container accounts

func (OuContainerOutput) ContainerId

func (o OuContainerOutput) ContainerId() pulumi.StringOutput

The OuContainer name

func (OuContainerOutput) DeploymentId

func (o OuContainerOutput) DeploymentId() pulumi.StringOutput

The Deployment id

func (OuContainerOutput) DistinguishedName

func (o OuContainerOutput) DistinguishedName() pulumi.StringOutput

Distinguished Name of OuContainer instance

func (OuContainerOutput) DomainName

func (o OuContainerOutput) DomainName() pulumi.StringOutput

The domain name of Domain Services.

func (OuContainerOutput) ElementType

func (OuContainerOutput) ElementType() reflect.Type

func (OuContainerOutput) Etag

Resource etag

func (OuContainerOutput) Location

Resource location

func (OuContainerOutput) Name

Resource name

func (OuContainerOutput) ProvisioningState

func (o OuContainerOutput) ProvisioningState() pulumi.StringOutput

The current deployment or provisioning state, which only appears in the response.

func (OuContainerOutput) ServiceStatus

func (o OuContainerOutput) ServiceStatus() pulumi.StringOutput

Status of OuContainer instance

func (OuContainerOutput) SystemData

The system meta data relating to this resource.

func (OuContainerOutput) Tags

Resource tags

func (OuContainerOutput) TenantId

func (o OuContainerOutput) TenantId() pulumi.StringOutput

Azure Active Directory tenant id

func (OuContainerOutput) ToOuContainerOutput

func (o OuContainerOutput) ToOuContainerOutput() OuContainerOutput

func (OuContainerOutput) ToOuContainerOutputWithContext

func (o OuContainerOutput) ToOuContainerOutputWithContext(ctx context.Context) OuContainerOutput

func (OuContainerOutput) Type

Resource type

type OuContainerState

type OuContainerState struct {
}

func (OuContainerState) ElementType

func (OuContainerState) ElementType() reflect.Type

type ReplicaSet

type ReplicaSet struct {
	// Virtual network location
	Location *string `pulumi:"location"`
	// The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
	SubnetId *string `pulumi:"subnetId"`
}

Replica Set Definition

type ReplicaSetArgs

type ReplicaSetArgs struct {
	// Virtual network location
	Location pulumi.StringPtrInput `pulumi:"location"`
	// The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
	SubnetId pulumi.StringPtrInput `pulumi:"subnetId"`
}

Replica Set Definition

func (ReplicaSetArgs) ElementType

func (ReplicaSetArgs) ElementType() reflect.Type

func (ReplicaSetArgs) ToReplicaSetOutput

func (i ReplicaSetArgs) ToReplicaSetOutput() ReplicaSetOutput

func (ReplicaSetArgs) ToReplicaSetOutputWithContext

func (i ReplicaSetArgs) ToReplicaSetOutputWithContext(ctx context.Context) ReplicaSetOutput

type ReplicaSetArray

type ReplicaSetArray []ReplicaSetInput

func (ReplicaSetArray) ElementType

func (ReplicaSetArray) ElementType() reflect.Type

func (ReplicaSetArray) ToReplicaSetArrayOutput

func (i ReplicaSetArray) ToReplicaSetArrayOutput() ReplicaSetArrayOutput

func (ReplicaSetArray) ToReplicaSetArrayOutputWithContext

func (i ReplicaSetArray) ToReplicaSetArrayOutputWithContext(ctx context.Context) ReplicaSetArrayOutput

type ReplicaSetArrayInput

type ReplicaSetArrayInput interface {
	pulumi.Input

	ToReplicaSetArrayOutput() ReplicaSetArrayOutput
	ToReplicaSetArrayOutputWithContext(context.Context) ReplicaSetArrayOutput
}

ReplicaSetArrayInput is an input type that accepts ReplicaSetArray and ReplicaSetArrayOutput values. You can construct a concrete instance of `ReplicaSetArrayInput` via:

ReplicaSetArray{ ReplicaSetArgs{...} }

type ReplicaSetArrayOutput

type ReplicaSetArrayOutput struct{ *pulumi.OutputState }

func (ReplicaSetArrayOutput) ElementType

func (ReplicaSetArrayOutput) ElementType() reflect.Type

func (ReplicaSetArrayOutput) Index

func (ReplicaSetArrayOutput) ToReplicaSetArrayOutput

func (o ReplicaSetArrayOutput) ToReplicaSetArrayOutput() ReplicaSetArrayOutput

func (ReplicaSetArrayOutput) ToReplicaSetArrayOutputWithContext

func (o ReplicaSetArrayOutput) ToReplicaSetArrayOutputWithContext(ctx context.Context) ReplicaSetArrayOutput

type ReplicaSetInput

type ReplicaSetInput interface {
	pulumi.Input

	ToReplicaSetOutput() ReplicaSetOutput
	ToReplicaSetOutputWithContext(context.Context) ReplicaSetOutput
}

ReplicaSetInput is an input type that accepts ReplicaSetArgs and ReplicaSetOutput values. You can construct a concrete instance of `ReplicaSetInput` via:

ReplicaSetArgs{...}

type ReplicaSetOutput

type ReplicaSetOutput struct{ *pulumi.OutputState }

Replica Set Definition

func (ReplicaSetOutput) ElementType

func (ReplicaSetOutput) ElementType() reflect.Type

func (ReplicaSetOutput) Location

Virtual network location

func (ReplicaSetOutput) SubnetId

The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.

func (ReplicaSetOutput) ToReplicaSetOutput

func (o ReplicaSetOutput) ToReplicaSetOutput() ReplicaSetOutput

func (ReplicaSetOutput) ToReplicaSetOutputWithContext

func (o ReplicaSetOutput) ToReplicaSetOutputWithContext(ctx context.Context) ReplicaSetOutput

type ReplicaSetResponse

type ReplicaSetResponse struct {
	// List of Domain Controller IP Address
	DomainControllerIpAddress []string `pulumi:"domainControllerIpAddress"`
	// External access ip address.
	ExternalAccessIpAddress string `pulumi:"externalAccessIpAddress"`
	// List of Domain Health Alerts
	HealthAlerts []HealthAlertResponse `pulumi:"healthAlerts"`
	// Last domain evaluation run DateTime
	HealthLastEvaluated string `pulumi:"healthLastEvaluated"`
	// List of Domain Health Monitors
	HealthMonitors []HealthMonitorResponse `pulumi:"healthMonitors"`
	// Virtual network location
	Location *string `pulumi:"location"`
	// ReplicaSet Id
	ReplicaSetId string `pulumi:"replicaSetId"`
	// Status of Domain Service instance
	ServiceStatus string `pulumi:"serviceStatus"`
	// The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.
	SubnetId *string `pulumi:"subnetId"`
	// Virtual network site id
	VnetSiteId string `pulumi:"vnetSiteId"`
}

Replica Set Definition

type ReplicaSetResponseArrayOutput

type ReplicaSetResponseArrayOutput struct{ *pulumi.OutputState }

func (ReplicaSetResponseArrayOutput) ElementType

func (ReplicaSetResponseArrayOutput) Index

func (ReplicaSetResponseArrayOutput) ToReplicaSetResponseArrayOutput

func (o ReplicaSetResponseArrayOutput) ToReplicaSetResponseArrayOutput() ReplicaSetResponseArrayOutput

func (ReplicaSetResponseArrayOutput) ToReplicaSetResponseArrayOutputWithContext

func (o ReplicaSetResponseArrayOutput) ToReplicaSetResponseArrayOutputWithContext(ctx context.Context) ReplicaSetResponseArrayOutput

type ReplicaSetResponseOutput

type ReplicaSetResponseOutput struct{ *pulumi.OutputState }

Replica Set Definition

func (ReplicaSetResponseOutput) DomainControllerIpAddress

func (o ReplicaSetResponseOutput) DomainControllerIpAddress() pulumi.StringArrayOutput

List of Domain Controller IP Address

func (ReplicaSetResponseOutput) ElementType

func (ReplicaSetResponseOutput) ElementType() reflect.Type

func (ReplicaSetResponseOutput) ExternalAccessIpAddress

func (o ReplicaSetResponseOutput) ExternalAccessIpAddress() pulumi.StringOutput

External access ip address.

func (ReplicaSetResponseOutput) HealthAlerts

List of Domain Health Alerts

func (ReplicaSetResponseOutput) HealthLastEvaluated

func (o ReplicaSetResponseOutput) HealthLastEvaluated() pulumi.StringOutput

Last domain evaluation run DateTime

func (ReplicaSetResponseOutput) HealthMonitors

List of Domain Health Monitors

func (ReplicaSetResponseOutput) Location

Virtual network location

func (ReplicaSetResponseOutput) ReplicaSetId

func (o ReplicaSetResponseOutput) ReplicaSetId() pulumi.StringOutput

ReplicaSet Id

func (ReplicaSetResponseOutput) ServiceStatus

func (o ReplicaSetResponseOutput) ServiceStatus() pulumi.StringOutput

Status of Domain Service instance

func (ReplicaSetResponseOutput) SubnetId

The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.

func (ReplicaSetResponseOutput) ToReplicaSetResponseOutput

func (o ReplicaSetResponseOutput) ToReplicaSetResponseOutput() ReplicaSetResponseOutput

func (ReplicaSetResponseOutput) ToReplicaSetResponseOutputWithContext

func (o ReplicaSetResponseOutput) ToReplicaSetResponseOutputWithContext(ctx context.Context) ReplicaSetResponseOutput

func (ReplicaSetResponseOutput) VnetSiteId

Virtual network site id

type ResourceForestSettings

type ResourceForestSettings struct {
	// Resource Forest
	ResourceForest *string `pulumi:"resourceForest"`
	// List of settings for Resource Forest
	Settings []ForestTrust `pulumi:"settings"`
}

Settings for Resource Forest

type ResourceForestSettingsArgs

type ResourceForestSettingsArgs struct {
	// Resource Forest
	ResourceForest pulumi.StringPtrInput `pulumi:"resourceForest"`
	// List of settings for Resource Forest
	Settings ForestTrustArrayInput `pulumi:"settings"`
}

Settings for Resource Forest

func (ResourceForestSettingsArgs) ElementType

func (ResourceForestSettingsArgs) ElementType() reflect.Type

func (ResourceForestSettingsArgs) ToResourceForestSettingsOutput

func (i ResourceForestSettingsArgs) ToResourceForestSettingsOutput() ResourceForestSettingsOutput

func (ResourceForestSettingsArgs) ToResourceForestSettingsOutputWithContext

func (i ResourceForestSettingsArgs) ToResourceForestSettingsOutputWithContext(ctx context.Context) ResourceForestSettingsOutput

func (ResourceForestSettingsArgs) ToResourceForestSettingsPtrOutput

func (i ResourceForestSettingsArgs) ToResourceForestSettingsPtrOutput() ResourceForestSettingsPtrOutput

func (ResourceForestSettingsArgs) ToResourceForestSettingsPtrOutputWithContext

func (i ResourceForestSettingsArgs) ToResourceForestSettingsPtrOutputWithContext(ctx context.Context) ResourceForestSettingsPtrOutput

type ResourceForestSettingsInput

type ResourceForestSettingsInput interface {
	pulumi.Input

	ToResourceForestSettingsOutput() ResourceForestSettingsOutput
	ToResourceForestSettingsOutputWithContext(context.Context) ResourceForestSettingsOutput
}

ResourceForestSettingsInput is an input type that accepts ResourceForestSettingsArgs and ResourceForestSettingsOutput values. You can construct a concrete instance of `ResourceForestSettingsInput` via:

ResourceForestSettingsArgs{...}

type ResourceForestSettingsOutput

type ResourceForestSettingsOutput struct{ *pulumi.OutputState }

Settings for Resource Forest

func (ResourceForestSettingsOutput) ElementType

func (ResourceForestSettingsOutput) ResourceForest

Resource Forest

func (ResourceForestSettingsOutput) Settings

List of settings for Resource Forest

func (ResourceForestSettingsOutput) ToResourceForestSettingsOutput

func (o ResourceForestSettingsOutput) ToResourceForestSettingsOutput() ResourceForestSettingsOutput

func (ResourceForestSettingsOutput) ToResourceForestSettingsOutputWithContext

func (o ResourceForestSettingsOutput) ToResourceForestSettingsOutputWithContext(ctx context.Context) ResourceForestSettingsOutput

func (ResourceForestSettingsOutput) ToResourceForestSettingsPtrOutput

func (o ResourceForestSettingsOutput) ToResourceForestSettingsPtrOutput() ResourceForestSettingsPtrOutput

func (ResourceForestSettingsOutput) ToResourceForestSettingsPtrOutputWithContext

func (o ResourceForestSettingsOutput) ToResourceForestSettingsPtrOutputWithContext(ctx context.Context) ResourceForestSettingsPtrOutput

type ResourceForestSettingsPtrInput

type ResourceForestSettingsPtrInput interface {
	pulumi.Input

	ToResourceForestSettingsPtrOutput() ResourceForestSettingsPtrOutput
	ToResourceForestSettingsPtrOutputWithContext(context.Context) ResourceForestSettingsPtrOutput
}

ResourceForestSettingsPtrInput is an input type that accepts ResourceForestSettingsArgs, ResourceForestSettingsPtr and ResourceForestSettingsPtrOutput values. You can construct a concrete instance of `ResourceForestSettingsPtrInput` via:

        ResourceForestSettingsArgs{...}

or:

        nil

type ResourceForestSettingsPtrOutput

type ResourceForestSettingsPtrOutput struct{ *pulumi.OutputState }

func (ResourceForestSettingsPtrOutput) Elem

func (ResourceForestSettingsPtrOutput) ElementType

func (ResourceForestSettingsPtrOutput) ResourceForest

Resource Forest

func (ResourceForestSettingsPtrOutput) Settings

List of settings for Resource Forest

func (ResourceForestSettingsPtrOutput) ToResourceForestSettingsPtrOutput

func (o ResourceForestSettingsPtrOutput) ToResourceForestSettingsPtrOutput() ResourceForestSettingsPtrOutput

func (ResourceForestSettingsPtrOutput) ToResourceForestSettingsPtrOutputWithContext

func (o ResourceForestSettingsPtrOutput) ToResourceForestSettingsPtrOutputWithContext(ctx context.Context) ResourceForestSettingsPtrOutput

type ResourceForestSettingsResponse

type ResourceForestSettingsResponse struct {
	// Resource Forest
	ResourceForest *string `pulumi:"resourceForest"`
	// List of settings for Resource Forest
	Settings []ForestTrustResponse `pulumi:"settings"`
}

Settings for Resource Forest

type ResourceForestSettingsResponseOutput

type ResourceForestSettingsResponseOutput struct{ *pulumi.OutputState }

Settings for Resource Forest

func (ResourceForestSettingsResponseOutput) ElementType

func (ResourceForestSettingsResponseOutput) ResourceForest

Resource Forest

func (ResourceForestSettingsResponseOutput) Settings

List of settings for Resource Forest

func (ResourceForestSettingsResponseOutput) ToResourceForestSettingsResponseOutput

func (o ResourceForestSettingsResponseOutput) ToResourceForestSettingsResponseOutput() ResourceForestSettingsResponseOutput

func (ResourceForestSettingsResponseOutput) ToResourceForestSettingsResponseOutputWithContext

func (o ResourceForestSettingsResponseOutput) ToResourceForestSettingsResponseOutputWithContext(ctx context.Context) ResourceForestSettingsResponseOutput

type ResourceForestSettingsResponsePtrOutput

type ResourceForestSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (ResourceForestSettingsResponsePtrOutput) Elem

func (ResourceForestSettingsResponsePtrOutput) ElementType

func (ResourceForestSettingsResponsePtrOutput) ResourceForest

Resource Forest

func (ResourceForestSettingsResponsePtrOutput) Settings

List of settings for Resource Forest

func (ResourceForestSettingsResponsePtrOutput) ToResourceForestSettingsResponsePtrOutput

func (o ResourceForestSettingsResponsePtrOutput) ToResourceForestSettingsResponsePtrOutput() ResourceForestSettingsResponsePtrOutput

func (ResourceForestSettingsResponsePtrOutput) ToResourceForestSettingsResponsePtrOutputWithContext

func (o ResourceForestSettingsResponsePtrOutput) ToResourceForestSettingsResponsePtrOutputWithContext(ctx context.Context) ResourceForestSettingsResponsePtrOutput

type Status

type Status string

Status for individual validator after running diagnostics.

func (Status) ElementType

func (Status) ElementType() reflect.Type

func (Status) ToStatusOutput

func (e Status) ToStatusOutput() StatusOutput

func (Status) ToStatusOutputWithContext

func (e Status) ToStatusOutputWithContext(ctx context.Context) StatusOutput

func (Status) ToStatusPtrOutput

func (e Status) ToStatusPtrOutput() StatusPtrOutput

func (Status) ToStatusPtrOutputWithContext

func (e Status) ToStatusPtrOutputWithContext(ctx context.Context) StatusPtrOutput

func (Status) ToStringOutput

func (e Status) ToStringOutput() pulumi.StringOutput

func (Status) ToStringOutputWithContext

func (e Status) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (Status) ToStringPtrOutput

func (e Status) ToStringPtrOutput() pulumi.StringPtrOutput

func (Status) ToStringPtrOutputWithContext

func (e Status) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type StatusInput

type StatusInput interface {
	pulumi.Input

	ToStatusOutput() StatusOutput
	ToStatusOutputWithContext(context.Context) StatusOutput
}

StatusInput is an input type that accepts values of the Status enum A concrete instance of `StatusInput` can be one of the following:

StatusNone
StatusRunning
StatusOK
StatusFailure
StatusWarning
StatusSkipped

type StatusOutput

type StatusOutput struct{ *pulumi.OutputState }

func (StatusOutput) ElementType

func (StatusOutput) ElementType() reflect.Type

func (StatusOutput) ToStatusOutput

func (o StatusOutput) ToStatusOutput() StatusOutput

func (StatusOutput) ToStatusOutputWithContext

func (o StatusOutput) ToStatusOutputWithContext(ctx context.Context) StatusOutput

func (StatusOutput) ToStatusPtrOutput

func (o StatusOutput) ToStatusPtrOutput() StatusPtrOutput

func (StatusOutput) ToStatusPtrOutputWithContext

func (o StatusOutput) ToStatusPtrOutputWithContext(ctx context.Context) StatusPtrOutput

func (StatusOutput) ToStringOutput

func (o StatusOutput) ToStringOutput() pulumi.StringOutput

func (StatusOutput) ToStringOutputWithContext

func (o StatusOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (StatusOutput) ToStringPtrOutput

func (o StatusOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (StatusOutput) ToStringPtrOutputWithContext

func (o StatusOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type StatusPtrInput

type StatusPtrInput interface {
	pulumi.Input

	ToStatusPtrOutput() StatusPtrOutput
	ToStatusPtrOutputWithContext(context.Context) StatusPtrOutput
}

func StatusPtr

func StatusPtr(v string) StatusPtrInput

type StatusPtrOutput

type StatusPtrOutput struct{ *pulumi.OutputState }

func (StatusPtrOutput) Elem

func (o StatusPtrOutput) Elem() StatusOutput

func (StatusPtrOutput) ElementType

func (StatusPtrOutput) ElementType() reflect.Type

func (StatusPtrOutput) ToStatusPtrOutput

func (o StatusPtrOutput) ToStatusPtrOutput() StatusPtrOutput

func (StatusPtrOutput) ToStatusPtrOutputWithContext

func (o StatusPtrOutput) ToStatusPtrOutputWithContext(ctx context.Context) StatusPtrOutput

func (StatusPtrOutput) ToStringPtrOutput

func (o StatusPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (StatusPtrOutput) ToStringPtrOutputWithContext

func (o StatusPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type SyncKerberosPasswords

type SyncKerberosPasswords string

A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.

func (SyncKerberosPasswords) ElementType

func (SyncKerberosPasswords) ElementType() reflect.Type

func (SyncKerberosPasswords) ToStringOutput

func (e SyncKerberosPasswords) ToStringOutput() pulumi.StringOutput

func (SyncKerberosPasswords) ToStringOutputWithContext

func (e SyncKerberosPasswords) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (SyncKerberosPasswords) ToStringPtrOutput

func (e SyncKerberosPasswords) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncKerberosPasswords) ToStringPtrOutputWithContext

func (e SyncKerberosPasswords) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncKerberosPasswords) ToSyncKerberosPasswordsOutput

func (e SyncKerberosPasswords) ToSyncKerberosPasswordsOutput() SyncKerberosPasswordsOutput

func (SyncKerberosPasswords) ToSyncKerberosPasswordsOutputWithContext

func (e SyncKerberosPasswords) ToSyncKerberosPasswordsOutputWithContext(ctx context.Context) SyncKerberosPasswordsOutput

func (SyncKerberosPasswords) ToSyncKerberosPasswordsPtrOutput

func (e SyncKerberosPasswords) ToSyncKerberosPasswordsPtrOutput() SyncKerberosPasswordsPtrOutput

func (SyncKerberosPasswords) ToSyncKerberosPasswordsPtrOutputWithContext

func (e SyncKerberosPasswords) ToSyncKerberosPasswordsPtrOutputWithContext(ctx context.Context) SyncKerberosPasswordsPtrOutput

type SyncKerberosPasswordsInput

type SyncKerberosPasswordsInput interface {
	pulumi.Input

	ToSyncKerberosPasswordsOutput() SyncKerberosPasswordsOutput
	ToSyncKerberosPasswordsOutputWithContext(context.Context) SyncKerberosPasswordsOutput
}

SyncKerberosPasswordsInput is an input type that accepts values of the SyncKerberosPasswords enum A concrete instance of `SyncKerberosPasswordsInput` can be one of the following:

SyncKerberosPasswordsEnabled
SyncKerberosPasswordsDisabled

type SyncKerberosPasswordsOutput

type SyncKerberosPasswordsOutput struct{ *pulumi.OutputState }

func (SyncKerberosPasswordsOutput) ElementType

func (SyncKerberosPasswordsOutput) ToStringOutput

func (o SyncKerberosPasswordsOutput) ToStringOutput() pulumi.StringOutput

func (SyncKerberosPasswordsOutput) ToStringOutputWithContext

func (o SyncKerberosPasswordsOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (SyncKerberosPasswordsOutput) ToStringPtrOutput

func (o SyncKerberosPasswordsOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncKerberosPasswordsOutput) ToStringPtrOutputWithContext

func (o SyncKerberosPasswordsOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncKerberosPasswordsOutput) ToSyncKerberosPasswordsOutput

func (o SyncKerberosPasswordsOutput) ToSyncKerberosPasswordsOutput() SyncKerberosPasswordsOutput

func (SyncKerberosPasswordsOutput) ToSyncKerberosPasswordsOutputWithContext

func (o SyncKerberosPasswordsOutput) ToSyncKerberosPasswordsOutputWithContext(ctx context.Context) SyncKerberosPasswordsOutput

func (SyncKerberosPasswordsOutput) ToSyncKerberosPasswordsPtrOutput

func (o SyncKerberosPasswordsOutput) ToSyncKerberosPasswordsPtrOutput() SyncKerberosPasswordsPtrOutput

func (SyncKerberosPasswordsOutput) ToSyncKerberosPasswordsPtrOutputWithContext

func (o SyncKerberosPasswordsOutput) ToSyncKerberosPasswordsPtrOutputWithContext(ctx context.Context) SyncKerberosPasswordsPtrOutput

type SyncKerberosPasswordsPtrInput

type SyncKerberosPasswordsPtrInput interface {
	pulumi.Input

	ToSyncKerberosPasswordsPtrOutput() SyncKerberosPasswordsPtrOutput
	ToSyncKerberosPasswordsPtrOutputWithContext(context.Context) SyncKerberosPasswordsPtrOutput
}

func SyncKerberosPasswordsPtr

func SyncKerberosPasswordsPtr(v string) SyncKerberosPasswordsPtrInput

type SyncKerberosPasswordsPtrOutput

type SyncKerberosPasswordsPtrOutput struct{ *pulumi.OutputState }

func (SyncKerberosPasswordsPtrOutput) Elem

func (SyncKerberosPasswordsPtrOutput) ElementType

func (SyncKerberosPasswordsPtrOutput) ToStringPtrOutput

func (SyncKerberosPasswordsPtrOutput) ToStringPtrOutputWithContext

func (o SyncKerberosPasswordsPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncKerberosPasswordsPtrOutput) ToSyncKerberosPasswordsPtrOutput

func (o SyncKerberosPasswordsPtrOutput) ToSyncKerberosPasswordsPtrOutput() SyncKerberosPasswordsPtrOutput

func (SyncKerberosPasswordsPtrOutput) ToSyncKerberosPasswordsPtrOutputWithContext

func (o SyncKerberosPasswordsPtrOutput) ToSyncKerberosPasswordsPtrOutputWithContext(ctx context.Context) SyncKerberosPasswordsPtrOutput

type SyncNtlmPasswords

type SyncNtlmPasswords string

A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.

func (SyncNtlmPasswords) ElementType

func (SyncNtlmPasswords) ElementType() reflect.Type

func (SyncNtlmPasswords) ToStringOutput

func (e SyncNtlmPasswords) ToStringOutput() pulumi.StringOutput

func (SyncNtlmPasswords) ToStringOutputWithContext

func (e SyncNtlmPasswords) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (SyncNtlmPasswords) ToStringPtrOutput

func (e SyncNtlmPasswords) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncNtlmPasswords) ToStringPtrOutputWithContext

func (e SyncNtlmPasswords) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncNtlmPasswords) ToSyncNtlmPasswordsOutput

func (e SyncNtlmPasswords) ToSyncNtlmPasswordsOutput() SyncNtlmPasswordsOutput

func (SyncNtlmPasswords) ToSyncNtlmPasswordsOutputWithContext

func (e SyncNtlmPasswords) ToSyncNtlmPasswordsOutputWithContext(ctx context.Context) SyncNtlmPasswordsOutput

func (SyncNtlmPasswords) ToSyncNtlmPasswordsPtrOutput

func (e SyncNtlmPasswords) ToSyncNtlmPasswordsPtrOutput() SyncNtlmPasswordsPtrOutput

func (SyncNtlmPasswords) ToSyncNtlmPasswordsPtrOutputWithContext

func (e SyncNtlmPasswords) ToSyncNtlmPasswordsPtrOutputWithContext(ctx context.Context) SyncNtlmPasswordsPtrOutput

type SyncNtlmPasswordsInput

type SyncNtlmPasswordsInput interface {
	pulumi.Input

	ToSyncNtlmPasswordsOutput() SyncNtlmPasswordsOutput
	ToSyncNtlmPasswordsOutputWithContext(context.Context) SyncNtlmPasswordsOutput
}

SyncNtlmPasswordsInput is an input type that accepts values of the SyncNtlmPasswords enum A concrete instance of `SyncNtlmPasswordsInput` can be one of the following:

SyncNtlmPasswordsEnabled
SyncNtlmPasswordsDisabled

type SyncNtlmPasswordsOutput

type SyncNtlmPasswordsOutput struct{ *pulumi.OutputState }

func (SyncNtlmPasswordsOutput) ElementType

func (SyncNtlmPasswordsOutput) ElementType() reflect.Type

func (SyncNtlmPasswordsOutput) ToStringOutput

func (o SyncNtlmPasswordsOutput) ToStringOutput() pulumi.StringOutput

func (SyncNtlmPasswordsOutput) ToStringOutputWithContext

func (o SyncNtlmPasswordsOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (SyncNtlmPasswordsOutput) ToStringPtrOutput

func (o SyncNtlmPasswordsOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncNtlmPasswordsOutput) ToStringPtrOutputWithContext

func (o SyncNtlmPasswordsOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncNtlmPasswordsOutput) ToSyncNtlmPasswordsOutput

func (o SyncNtlmPasswordsOutput) ToSyncNtlmPasswordsOutput() SyncNtlmPasswordsOutput

func (SyncNtlmPasswordsOutput) ToSyncNtlmPasswordsOutputWithContext

func (o SyncNtlmPasswordsOutput) ToSyncNtlmPasswordsOutputWithContext(ctx context.Context) SyncNtlmPasswordsOutput

func (SyncNtlmPasswordsOutput) ToSyncNtlmPasswordsPtrOutput

func (o SyncNtlmPasswordsOutput) ToSyncNtlmPasswordsPtrOutput() SyncNtlmPasswordsPtrOutput

func (SyncNtlmPasswordsOutput) ToSyncNtlmPasswordsPtrOutputWithContext

func (o SyncNtlmPasswordsOutput) ToSyncNtlmPasswordsPtrOutputWithContext(ctx context.Context) SyncNtlmPasswordsPtrOutput

type SyncNtlmPasswordsPtrInput

type SyncNtlmPasswordsPtrInput interface {
	pulumi.Input

	ToSyncNtlmPasswordsPtrOutput() SyncNtlmPasswordsPtrOutput
	ToSyncNtlmPasswordsPtrOutputWithContext(context.Context) SyncNtlmPasswordsPtrOutput
}

func SyncNtlmPasswordsPtr

func SyncNtlmPasswordsPtr(v string) SyncNtlmPasswordsPtrInput

type SyncNtlmPasswordsPtrOutput

type SyncNtlmPasswordsPtrOutput struct{ *pulumi.OutputState }

func (SyncNtlmPasswordsPtrOutput) Elem

func (SyncNtlmPasswordsPtrOutput) ElementType

func (SyncNtlmPasswordsPtrOutput) ElementType() reflect.Type

func (SyncNtlmPasswordsPtrOutput) ToStringPtrOutput

func (o SyncNtlmPasswordsPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncNtlmPasswordsPtrOutput) ToStringPtrOutputWithContext

func (o SyncNtlmPasswordsPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncNtlmPasswordsPtrOutput) ToSyncNtlmPasswordsPtrOutput

func (o SyncNtlmPasswordsPtrOutput) ToSyncNtlmPasswordsPtrOutput() SyncNtlmPasswordsPtrOutput

func (SyncNtlmPasswordsPtrOutput) ToSyncNtlmPasswordsPtrOutputWithContext

func (o SyncNtlmPasswordsPtrOutput) ToSyncNtlmPasswordsPtrOutputWithContext(ctx context.Context) SyncNtlmPasswordsPtrOutput

type SyncOnPremPasswords

type SyncOnPremPasswords string

A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.

func (SyncOnPremPasswords) ElementType

func (SyncOnPremPasswords) ElementType() reflect.Type

func (SyncOnPremPasswords) ToStringOutput

func (e SyncOnPremPasswords) ToStringOutput() pulumi.StringOutput

func (SyncOnPremPasswords) ToStringOutputWithContext

func (e SyncOnPremPasswords) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (SyncOnPremPasswords) ToStringPtrOutput

func (e SyncOnPremPasswords) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncOnPremPasswords) ToStringPtrOutputWithContext

func (e SyncOnPremPasswords) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncOnPremPasswords) ToSyncOnPremPasswordsOutput

func (e SyncOnPremPasswords) ToSyncOnPremPasswordsOutput() SyncOnPremPasswordsOutput

func (SyncOnPremPasswords) ToSyncOnPremPasswordsOutputWithContext

func (e SyncOnPremPasswords) ToSyncOnPremPasswordsOutputWithContext(ctx context.Context) SyncOnPremPasswordsOutput

func (SyncOnPremPasswords) ToSyncOnPremPasswordsPtrOutput

func (e SyncOnPremPasswords) ToSyncOnPremPasswordsPtrOutput() SyncOnPremPasswordsPtrOutput

func (SyncOnPremPasswords) ToSyncOnPremPasswordsPtrOutputWithContext

func (e SyncOnPremPasswords) ToSyncOnPremPasswordsPtrOutputWithContext(ctx context.Context) SyncOnPremPasswordsPtrOutput

type SyncOnPremPasswordsInput

type SyncOnPremPasswordsInput interface {
	pulumi.Input

	ToSyncOnPremPasswordsOutput() SyncOnPremPasswordsOutput
	ToSyncOnPremPasswordsOutputWithContext(context.Context) SyncOnPremPasswordsOutput
}

SyncOnPremPasswordsInput is an input type that accepts values of the SyncOnPremPasswords enum A concrete instance of `SyncOnPremPasswordsInput` can be one of the following:

SyncOnPremPasswordsEnabled
SyncOnPremPasswordsDisabled

type SyncOnPremPasswordsOutput

type SyncOnPremPasswordsOutput struct{ *pulumi.OutputState }

func (SyncOnPremPasswordsOutput) ElementType

func (SyncOnPremPasswordsOutput) ElementType() reflect.Type

func (SyncOnPremPasswordsOutput) ToStringOutput

func (o SyncOnPremPasswordsOutput) ToStringOutput() pulumi.StringOutput

func (SyncOnPremPasswordsOutput) ToStringOutputWithContext

func (o SyncOnPremPasswordsOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (SyncOnPremPasswordsOutput) ToStringPtrOutput

func (o SyncOnPremPasswordsOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncOnPremPasswordsOutput) ToStringPtrOutputWithContext

func (o SyncOnPremPasswordsOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncOnPremPasswordsOutput) ToSyncOnPremPasswordsOutput

func (o SyncOnPremPasswordsOutput) ToSyncOnPremPasswordsOutput() SyncOnPremPasswordsOutput

func (SyncOnPremPasswordsOutput) ToSyncOnPremPasswordsOutputWithContext

func (o SyncOnPremPasswordsOutput) ToSyncOnPremPasswordsOutputWithContext(ctx context.Context) SyncOnPremPasswordsOutput

func (SyncOnPremPasswordsOutput) ToSyncOnPremPasswordsPtrOutput

func (o SyncOnPremPasswordsOutput) ToSyncOnPremPasswordsPtrOutput() SyncOnPremPasswordsPtrOutput

func (SyncOnPremPasswordsOutput) ToSyncOnPremPasswordsPtrOutputWithContext

func (o SyncOnPremPasswordsOutput) ToSyncOnPremPasswordsPtrOutputWithContext(ctx context.Context) SyncOnPremPasswordsPtrOutput

type SyncOnPremPasswordsPtrInput

type SyncOnPremPasswordsPtrInput interface {
	pulumi.Input

	ToSyncOnPremPasswordsPtrOutput() SyncOnPremPasswordsPtrOutput
	ToSyncOnPremPasswordsPtrOutputWithContext(context.Context) SyncOnPremPasswordsPtrOutput
}

func SyncOnPremPasswordsPtr

func SyncOnPremPasswordsPtr(v string) SyncOnPremPasswordsPtrInput

type SyncOnPremPasswordsPtrOutput

type SyncOnPremPasswordsPtrOutput struct{ *pulumi.OutputState }

func (SyncOnPremPasswordsPtrOutput) Elem

func (SyncOnPremPasswordsPtrOutput) ElementType

func (SyncOnPremPasswordsPtrOutput) ToStringPtrOutput

func (o SyncOnPremPasswordsPtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncOnPremPasswordsPtrOutput) ToStringPtrOutputWithContext

func (o SyncOnPremPasswordsPtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncOnPremPasswordsPtrOutput) ToSyncOnPremPasswordsPtrOutput

func (o SyncOnPremPasswordsPtrOutput) ToSyncOnPremPasswordsPtrOutput() SyncOnPremPasswordsPtrOutput

func (SyncOnPremPasswordsPtrOutput) ToSyncOnPremPasswordsPtrOutputWithContext

func (o SyncOnPremPasswordsPtrOutput) ToSyncOnPremPasswordsPtrOutputWithContext(ctx context.Context) SyncOnPremPasswordsPtrOutput

type SyncScope

type SyncScope string

All or CloudOnly, All users in AAD are synced to AAD DS domain or only users actively syncing in the cloud

func (SyncScope) ElementType

func (SyncScope) ElementType() reflect.Type

func (SyncScope) ToStringOutput

func (e SyncScope) ToStringOutput() pulumi.StringOutput

func (SyncScope) ToStringOutputWithContext

func (e SyncScope) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (SyncScope) ToStringPtrOutput

func (e SyncScope) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncScope) ToStringPtrOutputWithContext

func (e SyncScope) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncScope) ToSyncScopeOutput

func (e SyncScope) ToSyncScopeOutput() SyncScopeOutput

func (SyncScope) ToSyncScopeOutputWithContext

func (e SyncScope) ToSyncScopeOutputWithContext(ctx context.Context) SyncScopeOutput

func (SyncScope) ToSyncScopePtrOutput

func (e SyncScope) ToSyncScopePtrOutput() SyncScopePtrOutput

func (SyncScope) ToSyncScopePtrOutputWithContext

func (e SyncScope) ToSyncScopePtrOutputWithContext(ctx context.Context) SyncScopePtrOutput

type SyncScopeInput

type SyncScopeInput interface {
	pulumi.Input

	ToSyncScopeOutput() SyncScopeOutput
	ToSyncScopeOutputWithContext(context.Context) SyncScopeOutput
}

SyncScopeInput is an input type that accepts values of the SyncScope enum A concrete instance of `SyncScopeInput` can be one of the following:

SyncScopeAll
SyncScopeCloudOnly

type SyncScopeOutput

type SyncScopeOutput struct{ *pulumi.OutputState }

func (SyncScopeOutput) ElementType

func (SyncScopeOutput) ElementType() reflect.Type

func (SyncScopeOutput) ToStringOutput

func (o SyncScopeOutput) ToStringOutput() pulumi.StringOutput

func (SyncScopeOutput) ToStringOutputWithContext

func (o SyncScopeOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (SyncScopeOutput) ToStringPtrOutput

func (o SyncScopeOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncScopeOutput) ToStringPtrOutputWithContext

func (o SyncScopeOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncScopeOutput) ToSyncScopeOutput

func (o SyncScopeOutput) ToSyncScopeOutput() SyncScopeOutput

func (SyncScopeOutput) ToSyncScopeOutputWithContext

func (o SyncScopeOutput) ToSyncScopeOutputWithContext(ctx context.Context) SyncScopeOutput

func (SyncScopeOutput) ToSyncScopePtrOutput

func (o SyncScopeOutput) ToSyncScopePtrOutput() SyncScopePtrOutput

func (SyncScopeOutput) ToSyncScopePtrOutputWithContext

func (o SyncScopeOutput) ToSyncScopePtrOutputWithContext(ctx context.Context) SyncScopePtrOutput

type SyncScopePtrInput

type SyncScopePtrInput interface {
	pulumi.Input

	ToSyncScopePtrOutput() SyncScopePtrOutput
	ToSyncScopePtrOutputWithContext(context.Context) SyncScopePtrOutput
}

func SyncScopePtr

func SyncScopePtr(v string) SyncScopePtrInput

type SyncScopePtrOutput

type SyncScopePtrOutput struct{ *pulumi.OutputState }

func (SyncScopePtrOutput) Elem

func (SyncScopePtrOutput) ElementType

func (SyncScopePtrOutput) ElementType() reflect.Type

func (SyncScopePtrOutput) ToStringPtrOutput

func (o SyncScopePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (SyncScopePtrOutput) ToStringPtrOutputWithContext

func (o SyncScopePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (SyncScopePtrOutput) ToSyncScopePtrOutput

func (o SyncScopePtrOutput) ToSyncScopePtrOutput() SyncScopePtrOutput

func (SyncScopePtrOutput) ToSyncScopePtrOutputWithContext

func (o SyncScopePtrOutput) ToSyncScopePtrOutputWithContext(ctx context.Context) SyncScopePtrOutput

type SystemDataResponse

type SystemDataResponse struct {
	// The timestamp of resource creation (UTC).
	CreatedAt *string `pulumi:"createdAt"`
	// The identity that created the resource.
	CreatedBy *string `pulumi:"createdBy"`
	// The type of identity that created the resource.
	CreatedByType *string `pulumi:"createdByType"`
	// The timestamp of resource last modification (UTC)
	LastModifiedAt *string `pulumi:"lastModifiedAt"`
	// The identity that last modified the resource.
	LastModifiedBy *string `pulumi:"lastModifiedBy"`
	// The type of identity that last modified the resource.
	LastModifiedByType *string `pulumi:"lastModifiedByType"`
}

Metadata pertaining to creation and last modification of the resource.

type SystemDataResponseOutput

type SystemDataResponseOutput struct{ *pulumi.OutputState }

Metadata pertaining to creation and last modification of the resource.

func (SystemDataResponseOutput) CreatedAt

The timestamp of resource creation (UTC).

func (SystemDataResponseOutput) CreatedBy

The identity that created the resource.

func (SystemDataResponseOutput) CreatedByType

The type of identity that created the resource.

func (SystemDataResponseOutput) ElementType

func (SystemDataResponseOutput) ElementType() reflect.Type

func (SystemDataResponseOutput) LastModifiedAt

func (o SystemDataResponseOutput) LastModifiedAt() pulumi.StringPtrOutput

The timestamp of resource last modification (UTC)

func (SystemDataResponseOutput) LastModifiedBy

func (o SystemDataResponseOutput) LastModifiedBy() pulumi.StringPtrOutput

The identity that last modified the resource.

func (SystemDataResponseOutput) LastModifiedByType

func (o SystemDataResponseOutput) LastModifiedByType() pulumi.StringPtrOutput

The type of identity that last modified the resource.

func (SystemDataResponseOutput) ToSystemDataResponseOutput

func (o SystemDataResponseOutput) ToSystemDataResponseOutput() SystemDataResponseOutput

func (SystemDataResponseOutput) ToSystemDataResponseOutputWithContext

func (o SystemDataResponseOutput) ToSystemDataResponseOutputWithContext(ctx context.Context) SystemDataResponseOutput

type TlsV1

type TlsV1 string

A flag to determine whether or not TlsV1 is enabled or disabled.

func (TlsV1) ElementType

func (TlsV1) ElementType() reflect.Type

func (TlsV1) ToStringOutput

func (e TlsV1) ToStringOutput() pulumi.StringOutput

func (TlsV1) ToStringOutputWithContext

func (e TlsV1) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (TlsV1) ToStringPtrOutput

func (e TlsV1) ToStringPtrOutput() pulumi.StringPtrOutput

func (TlsV1) ToStringPtrOutputWithContext

func (e TlsV1) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (TlsV1) ToTlsV1Output

func (e TlsV1) ToTlsV1Output() TlsV1Output

func (TlsV1) ToTlsV1OutputWithContext

func (e TlsV1) ToTlsV1OutputWithContext(ctx context.Context) TlsV1Output

func (TlsV1) ToTlsV1PtrOutput

func (e TlsV1) ToTlsV1PtrOutput() TlsV1PtrOutput

func (TlsV1) ToTlsV1PtrOutputWithContext

func (e TlsV1) ToTlsV1PtrOutputWithContext(ctx context.Context) TlsV1PtrOutput

type TlsV1Input

type TlsV1Input interface {
	pulumi.Input

	ToTlsV1Output() TlsV1Output
	ToTlsV1OutputWithContext(context.Context) TlsV1Output
}

TlsV1Input is an input type that accepts values of the TlsV1 enum A concrete instance of `TlsV1Input` can be one of the following:

TlsV1Enabled
TlsV1Disabled

type TlsV1Output

type TlsV1Output struct{ *pulumi.OutputState }

func (TlsV1Output) ElementType

func (TlsV1Output) ElementType() reflect.Type

func (TlsV1Output) ToStringOutput

func (o TlsV1Output) ToStringOutput() pulumi.StringOutput

func (TlsV1Output) ToStringOutputWithContext

func (o TlsV1Output) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (TlsV1Output) ToStringPtrOutput

func (o TlsV1Output) ToStringPtrOutput() pulumi.StringPtrOutput

func (TlsV1Output) ToStringPtrOutputWithContext

func (o TlsV1Output) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (TlsV1Output) ToTlsV1Output

func (o TlsV1Output) ToTlsV1Output() TlsV1Output

func (TlsV1Output) ToTlsV1OutputWithContext

func (o TlsV1Output) ToTlsV1OutputWithContext(ctx context.Context) TlsV1Output

func (TlsV1Output) ToTlsV1PtrOutput

func (o TlsV1Output) ToTlsV1PtrOutput() TlsV1PtrOutput

func (TlsV1Output) ToTlsV1PtrOutputWithContext

func (o TlsV1Output) ToTlsV1PtrOutputWithContext(ctx context.Context) TlsV1PtrOutput

type TlsV1PtrInput

type TlsV1PtrInput interface {
	pulumi.Input

	ToTlsV1PtrOutput() TlsV1PtrOutput
	ToTlsV1PtrOutputWithContext(context.Context) TlsV1PtrOutput
}

func TlsV1Ptr

func TlsV1Ptr(v string) TlsV1PtrInput

type TlsV1PtrOutput

type TlsV1PtrOutput struct{ *pulumi.OutputState }

func (TlsV1PtrOutput) Elem

func (o TlsV1PtrOutput) Elem() TlsV1Output

func (TlsV1PtrOutput) ElementType

func (TlsV1PtrOutput) ElementType() reflect.Type

func (TlsV1PtrOutput) ToStringPtrOutput

func (o TlsV1PtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (TlsV1PtrOutput) ToStringPtrOutputWithContext

func (o TlsV1PtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

func (TlsV1PtrOutput) ToTlsV1PtrOutput

func (o TlsV1PtrOutput) ToTlsV1PtrOutput() TlsV1PtrOutput

func (TlsV1PtrOutput) ToTlsV1PtrOutputWithContext

func (o TlsV1PtrOutput) ToTlsV1PtrOutputWithContext(ctx context.Context) TlsV1PtrOutput

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL