Show / Hide Table of Contents

Class CustomDomainState

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
CustomDomainState
Inherited Members
Pulumi.ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Auth0
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class CustomDomainState : ResourceArgs

Constructors

View Source

CustomDomainState()

Declaration
public CustomDomainState()

Properties

View Source

Domain

String. Name of the custom domain.

Declaration
public Input<string> Domain { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Primary

Boolean. Indicates whether or not this is a primary domain.

Declaration
public Input<bool> Primary { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

Status

String. Configuration status for the custom domain. Options include disabled, pending, pending_verification, and ready.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Type

String. Provisioning type for the custom domain. Options include auth0_managed_certs and self_managed_certs.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Verification

List(Resource). Configuration settings for verification. For details, see Verification.

Declaration
public Input<CustomDomainVerificationGetArgs> Verification { get; set; }
Property Value
Type Description
Pulumi.Input<CustomDomainVerificationGetArgs>
View Source

VerificationMethod

String. Domain verification method. Options include txt.

Declaration
public Input<string> VerificationMethod { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.