Class CustomDomainArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
CustomDomainArgs
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 CustomDomainArgs : ResourceArgs
Constructors
View SourceCustomDomainArgs()
Declaration
public CustomDomainArgs()
Properties
View SourceDomain
String. Name of the custom domain.
Declaration
public Input<string> Domain { 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> |
VerificationMethod
String. Domain verification method. Options include txt.
Declaration
public Input<string> VerificationMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |