Auth0 v2.21.0, May 25 23
Auth0 v2.21.0, May 25 23
auth0.getCustomDomain
Explore with Pulumi AI
Data source to retrieve the custom domain configuration.
Using getCustomDomain
function getCustomDomain(opts?: InvokeOptions): Promise<GetCustomDomainResult>
def get_custom_domain(opts: Optional[InvokeOptions] = None) -> GetCustomDomainResult
func LookupCustomDomain(ctx *Context, opts ...InvokeOption) (*LookupCustomDomainResult, error)
> Note: This function is named LookupCustomDomain
in the Go SDK.
public static class GetCustomDomain
{
public static Task<GetCustomDomainResult> InvokeAsync(InvokeOptions? opts = null)
}
public static CompletableFuture<GetCustomDomainResult> getCustomDomain(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: auth0:index/getCustomDomain:getCustomDomain
arguments:
# arguments dictionary
getCustomDomain Result
The following output properties are available:
- Custom
Client stringIp Header The HTTP header to fetch the client's IP address. Cannot be set on auth0_managed domains.
- Domain string
Name of the custom domain.
- Id string
The provider-assigned unique ID for this managed resource.
- Origin
Domain stringName Once the configuration status is
ready
, the DNS name of the Auth0 origin server that handles traffic for the custom domain.- Primary bool
Indicates whether this is a primary domain.
- Status string
Configuration status for the custom domain. Options include
disabled
,pending
,pending_verification
, andready
.- Tls
Policy string TLS policy for the custom domain. Available options are:
compatible
orrecommended
. Compatible includes TLS 1.0, 1.1, 1.2, and recommended only includes TLS 1.2. Cannot be set on self_managed domains.- Type string
Provisioning type for the custom domain. Options include
auth0_managed_certs
andself_managed_certs
.- Verifications
List<Get
Custom Domain Verification> Configuration settings for verification.
- Custom
Client stringIp Header The HTTP header to fetch the client's IP address. Cannot be set on auth0_managed domains.
- Domain string
Name of the custom domain.
- Id string
The provider-assigned unique ID for this managed resource.
- Origin
Domain stringName Once the configuration status is
ready
, the DNS name of the Auth0 origin server that handles traffic for the custom domain.- Primary bool
Indicates whether this is a primary domain.
- Status string
Configuration status for the custom domain. Options include
disabled
,pending
,pending_verification
, andready
.- Tls
Policy string TLS policy for the custom domain. Available options are:
compatible
orrecommended
. Compatible includes TLS 1.0, 1.1, 1.2, and recommended only includes TLS 1.2. Cannot be set on self_managed domains.- Type string
Provisioning type for the custom domain. Options include
auth0_managed_certs
andself_managed_certs
.- Verifications
[]Get
Custom Domain Verification Type Configuration settings for verification.
- custom
Client StringIp Header The HTTP header to fetch the client's IP address. Cannot be set on auth0_managed domains.
- domain String
Name of the custom domain.
- id String
The provider-assigned unique ID for this managed resource.
- origin
Domain StringName Once the configuration status is
ready
, the DNS name of the Auth0 origin server that handles traffic for the custom domain.- primary Boolean
Indicates whether this is a primary domain.
- status String
Configuration status for the custom domain. Options include
disabled
,pending
,pending_verification
, andready
.- tls
Policy String TLS policy for the custom domain. Available options are:
compatible
orrecommended
. Compatible includes TLS 1.0, 1.1, 1.2, and recommended only includes TLS 1.2. Cannot be set on self_managed domains.- type String
Provisioning type for the custom domain. Options include
auth0_managed_certs
andself_managed_certs
.- verifications
List<Get
Custom Domain Verification> Configuration settings for verification.
- custom
Client stringIp Header The HTTP header to fetch the client's IP address. Cannot be set on auth0_managed domains.
- domain string
Name of the custom domain.
- id string
The provider-assigned unique ID for this managed resource.
- origin
Domain stringName Once the configuration status is
ready
, the DNS name of the Auth0 origin server that handles traffic for the custom domain.- primary boolean
Indicates whether this is a primary domain.
- status string
Configuration status for the custom domain. Options include
disabled
,pending
,pending_verification
, andready
.- tls
Policy string TLS policy for the custom domain. Available options are:
compatible
orrecommended
. Compatible includes TLS 1.0, 1.1, 1.2, and recommended only includes TLS 1.2. Cannot be set on self_managed domains.- type string
Provisioning type for the custom domain. Options include
auth0_managed_certs
andself_managed_certs
.- verifications
Get
Custom Domain Verification[] Configuration settings for verification.
- custom_
client_ strip_ header The HTTP header to fetch the client's IP address. Cannot be set on auth0_managed domains.
- domain str
Name of the custom domain.
- id str
The provider-assigned unique ID for this managed resource.
- origin_
domain_ strname Once the configuration status is
ready
, the DNS name of the Auth0 origin server that handles traffic for the custom domain.- primary bool
Indicates whether this is a primary domain.
- status str
Configuration status for the custom domain. Options include
disabled
,pending
,pending_verification
, andready
.- tls_
policy str TLS policy for the custom domain. Available options are:
compatible
orrecommended
. Compatible includes TLS 1.0, 1.1, 1.2, and recommended only includes TLS 1.2. Cannot be set on self_managed domains.- type str
Provisioning type for the custom domain. Options include
auth0_managed_certs
andself_managed_certs
.- verifications
Sequence[Get
Custom Domain Verification] Configuration settings for verification.
- custom
Client StringIp Header The HTTP header to fetch the client's IP address. Cannot be set on auth0_managed domains.
- domain String
Name of the custom domain.
- id String
The provider-assigned unique ID for this managed resource.
- origin
Domain StringName Once the configuration status is
ready
, the DNS name of the Auth0 origin server that handles traffic for the custom domain.- primary Boolean
Indicates whether this is a primary domain.
- status String
Configuration status for the custom domain. Options include
disabled
,pending
,pending_verification
, andready
.- tls
Policy String TLS policy for the custom domain. Available options are:
compatible
orrecommended
. Compatible includes TLS 1.0, 1.1, 1.2, and recommended only includes TLS 1.2. Cannot be set on self_managed domains.- type String
Provisioning type for the custom domain. Options include
auth0_managed_certs
andself_managed_certs
.- verifications List<Property Map>
Configuration settings for verification.
Supporting Types
GetCustomDomainVerification
- Methods List<object>
- Methods []interface{}
- methods List<Object>
- methods any[]
- methods Sequence[Any]
- methods List<Any>
Package Details
- Repository
- Auth0 pulumi/pulumi-auth0
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
auth0
Terraform Provider.