Show / Hide Table of Contents

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 Source

CustomDomainArgs()

Declaration
public CustomDomainArgs()

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

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

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.