Custom Domains
CreateCustomDomain
DeleteCustomDomain
GetCustomDomain
UpdateCustomDomain
ModelsExpand Collapse
CustomDomain object { id, createdAt, domainName, 5 more } CustomDomain represents a custom domain configuration for an organization
CustomDomain represents a custom domain configuration for an organization
organization_id is the ID of the organization this custom domain belongs to
aws_account_id is the AWS account ID (deprecated: use cloud_account_id)
cloud_account_id is the unified cloud account identifier (AWS Account ID or GCP Project ID)
CustomDomainCreateResponse object { customDomain } CreateCustomDomainResponse is the response message for creating a custom domain
CreateCustomDomainResponse is the response message for creating a custom domain
custom_domain is the created custom domain
custom_domain is the created custom domain
organization_id is the ID of the organization this custom domain belongs to
aws_account_id is the AWS account ID (deprecated: use cloud_account_id)
cloud_account_id is the unified cloud account identifier (AWS Account ID or GCP Project ID)
CustomDomainRetrieveResponse object { customDomain }
CustomDomain represents a custom domain configuration for an organization
CustomDomain represents a custom domain configuration for an organization
organization_id is the ID of the organization this custom domain belongs to
aws_account_id is the AWS account ID (deprecated: use cloud_account_id)
cloud_account_id is the unified cloud account identifier (AWS Account ID or GCP Project ID)
CustomDomainUpdateResponse object { customDomain } UpdateCustomDomainResponse is the response message for updating a custom domain
UpdateCustomDomainResponse is the response message for updating a custom domain
custom_domain is the updated custom domain
custom_domain is the updated custom domain
organization_id is the ID of the organization this custom domain belongs to
aws_account_id is the AWS account ID (deprecated: use cloud_account_id)
cloud_account_id is the unified cloud account identifier (AWS Account ID or GCP Project ID)