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 SourceCustomDomainState()
Declaration
public CustomDomainState()
Properties
View SourceDomain
String. Name of the custom domain.
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
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> |
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> |
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> |
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> |
VerificationMethod
String. Domain verification method. Options include txt.
Declaration
public Input<string> VerificationMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |