Using getPropertyDomainownershipDomains
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPropertyDomainownershipDomains(opts?: InvokeOptions): Promise<GetPropertyDomainownershipDomainsResult>
function getPropertyDomainownershipDomainsOutput(opts?: InvokeOptions): Output<GetPropertyDomainownershipDomainsResult>def get_property_domainownership_domains(opts: Optional[InvokeOptions] = None) -> GetPropertyDomainownershipDomainsResult
def get_property_domainownership_domains_output(opts: Optional[InvokeOptions] = None) -> Output[GetPropertyDomainownershipDomainsResult]func LookupPropertyDomainownershipDomains(ctx *Context, opts ...InvokeOption) (*LookupPropertyDomainownershipDomainsResult, error)
func LookupPropertyDomainownershipDomainsOutput(ctx *Context, opts ...InvokeOption) LookupPropertyDomainownershipDomainsResultOutput> Note: This function is named LookupPropertyDomainownershipDomains in the Go SDK.
public static class GetPropertyDomainownershipDomains
{
public static Task<GetPropertyDomainownershipDomainsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetPropertyDomainownershipDomainsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetPropertyDomainownershipDomainsResult> getPropertyDomainownershipDomains(InvokeOptions options)
public static Output<GetPropertyDomainownershipDomainsResult> getPropertyDomainownershipDomains(InvokeOptions options)
fn::invoke:
function: akamai:index/getPropertyDomainownershipDomains:getPropertyDomainownershipDomains
arguments:
# arguments dictionarygetPropertyDomainownershipDomains Result
The following output properties are available:
- Domains
List<Get
Property Domainownership Domains Domain> - Id string
- The provider-assigned unique ID for this managed resource.
- Domains
[]Get
Property Domainownership Domains Domain - Id string
- The provider-assigned unique ID for this managed resource.
- domains
List<Get
Property Domainownership Domains Domain> - id String
- The provider-assigned unique ID for this managed resource.
- domains
Get
Property Domainownership Domains Domain[] - id string
- The provider-assigned unique ID for this managed resource.
- domains
Sequence[Get
Property Domainownership Domains Domain] - id str
- The provider-assigned unique ID for this managed resource.
- domains List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetPropertyDomainownershipDomainsDomain
- Account
Id string - The account's ID.
- Domain
Name string - The domain's name.
- Domain
Status string - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- Validation
Challenge GetProperty Domainownership Domains Domain Validation Challenge - The domain's validation challenge details.
- Validation
Completed stringDate - The timestamp indicating when the domain validation was completed.
- Validation
Method string - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- Validation
Requested stringBy - The name of the user who requested the domain validation.
- Validation
Requested stringDate - The timestamp indicating when the domain validation was requested.
- Validation
Scope string - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- Account
Id string - The account's ID.
- Domain
Name string - The domain's name.
- Domain
Status string - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- Validation
Challenge GetProperty Domainownership Domains Domain Validation Challenge - The domain's validation challenge details.
- Validation
Completed stringDate - The timestamp indicating when the domain validation was completed.
- Validation
Method string - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- Validation
Requested stringBy - The name of the user who requested the domain validation.
- Validation
Requested stringDate - The timestamp indicating when the domain validation was requested.
- Validation
Scope string - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- account
Id String - The account's ID.
- domain
Name String - The domain's name.
- domain
Status String - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- validation
Challenge GetProperty Domainownership Domains Domain Validation Challenge - The domain's validation challenge details.
- validation
Completed StringDate - The timestamp indicating when the domain validation was completed.
- validation
Method String - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- validation
Requested StringBy - The name of the user who requested the domain validation.
- validation
Requested StringDate - The timestamp indicating when the domain validation was requested.
- validation
Scope String - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- account
Id string - The account's ID.
- domain
Name string - The domain's name.
- domain
Status string - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- validation
Challenge GetProperty Domainownership Domains Domain Validation Challenge - The domain's validation challenge details.
- validation
Completed stringDate - The timestamp indicating when the domain validation was completed.
- validation
Method string - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- validation
Requested stringBy - The name of the user who requested the domain validation.
- validation
Requested stringDate - The timestamp indicating when the domain validation was requested.
- validation
Scope string - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- account_
id str - The account's ID.
- domain_
name str - The domain's name.
- domain_
status str - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- validation_
challenge GetProperty Domainownership Domains Domain Validation Challenge - The domain's validation challenge details.
- validation_
completed_ strdate - The timestamp indicating when the domain validation was completed.
- validation_
method str - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- validation_
requested_ strby - The name of the user who requested the domain validation.
- validation_
requested_ strdate - The timestamp indicating when the domain validation was requested.
- validation_
scope str - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
- account
Id String - The account's ID.
- domain
Name String - The domain's name.
- domain
Status String - The domain's validation status. Possible values are:
REQUEST_ACCEPTED- When you successfully submit the domain for validation.VALIDATION_IN_PROGRESS- When the DOM background jobs are trying to validate the domain.VALIDATED- When the validation is completed successfully. Akamai recognizes you as the domain owner.TOKEN_EXPIRED- When you haven't completed the validation in the requested time frame and the challenge token is not valid anymore. You need to generate new validation challenges for the domain.INVALIDATED- When the domain was invalidated and Akamai doesn't recognize you as its owner.
- validation
Challenge Property Map - The domain's validation challenge details.
- validation
Completed StringDate - The timestamp indicating when the domain validation was completed.
- validation
Method String - The method used to validate the domain. Possible values are:
DNS_CNAME- For this method, Akamai generates acname_recordthat you copy as thetargetto aCNAMErecord of your DNS configuration. The record's name needs to be in the_acme-challenge.domain-nameformat.DNS_TXT- For this method, Akamai generates atxt_recordwith a tokenvaluethat you copy as thetargetto aTXTrecord of your DNS configuration. The record's name needs to be in the_akamai-{host|wildcard|domain}-challenge.domainNameformat based on the validation scope.HTTP- Applies only to domains with theHOSTvalidation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by thevalidation_challenge.http_file.pathor use a redirect to thevalidation_challenge.http_redirect.towith the token.SYSTEM- This method refers to domains that were automatically validated before Domain Validation Manager (DOM) was introduced.MANUAL- For this method, the DOM team manually performed the validation.
- validation
Requested StringBy - The name of the user who requested the domain validation.
- validation
Requested StringDate - The timestamp indicating when the domain validation was requested.
- validation
Scope String - Your domain's validation scope. Possible values are:
HOST- The scope is only the exactly specified domain.WILDCARD- The scope covers any hostname within one subdomain level.DOMAIN- The scope covers any hostnames under the domain, regardless of the level of subdomains.
GetPropertyDomainownershipDomainsDomainValidationChallenge
- Cname
Record GetProperty Domainownership Domains Domain Validation Challenge Cname Record - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- Expiration
Date string - The timestamp indicating when the challenge data expires.
- Http
File GetProperty Domainownership Domains Domain Validation Challenge Http File - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- Http
Redirect GetProperty Domainownership Domains Domain Validation Challenge Http Redirect - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- Txt
Record GetProperty Domainownership Domains Domain Validation Challenge Txt Record - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
- Cname
Record GetProperty Domainownership Domains Domain Validation Challenge Cname Record - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- Expiration
Date string - The timestamp indicating when the challenge data expires.
- Http
File GetProperty Domainownership Domains Domain Validation Challenge Http File - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- Http
Redirect GetProperty Domainownership Domains Domain Validation Challenge Http Redirect - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- Txt
Record GetProperty Domainownership Domains Domain Validation Challenge Txt Record - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
- cname
Record GetProperty Domainownership Domains Domain Validation Challenge Cname Record - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- expiration
Date String - The timestamp indicating when the challenge data expires.
- http
File GetProperty Domainownership Domains Domain Validation Challenge Http File - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- http
Redirect GetProperty Domainownership Domains Domain Validation Challenge Http Redirect - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- txt
Record GetProperty Domainownership Domains Domain Validation Challenge Txt Record - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
- cname
Record GetProperty Domainownership Domains Domain Validation Challenge Cname Record - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- expiration
Date string - The timestamp indicating when the challenge data expires.
- http
File GetProperty Domainownership Domains Domain Validation Challenge Http File - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- http
Redirect GetProperty Domainownership Domains Domain Validation Challenge Http Redirect - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- txt
Record GetProperty Domainownership Domains Domain Validation Challenge Txt Record - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
- cname_
record GetProperty Domainownership Domains Domain Validation Challenge Cname Record - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- expiration_
date str - The timestamp indicating when the challenge data expires.
- http_
file GetProperty Domainownership Domains Domain Validation Challenge Http File - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- http_
redirect GetProperty Domainownership Domains Domain Validation Challenge Http Redirect - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- txt_
record GetProperty Domainownership Domains Domain Validation Challenge Txt Record - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
- cname
Record Property Map - The details of the 'CNAME' record you copy to your DNS configuration to prove you own the domain. You should use the 'DNS_CNAME' method in most cases.
- expiration
Date String - The timestamp indicating when the challenge data expires.
- http
File Property Map - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you create a file containing a token and save it on your HTTP server at the provided URL. Alternatively, you can use the 'http_redirect' method.
- http
Redirect Property Map - Available only for the 'HOST' validation scope. The details for the HTTP validation method in which you use a redirect URL with the token. Alternatively, you can use the 'http_file' method.
- txt
Record Property Map - The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
GetPropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
GetPropertyDomainownershipDomainsDomainValidationChallengeHttpFile
- Content string
- The content of the file that you should place at the specified URL.
- Content
Type string - The content type of the file containing the token.
- Path string
- The URL where you should place the file containing the challenge token.
- Content string
- The content of the file that you should place at the specified URL.
- Content
Type string - The content type of the file containing the token.
- Path string
- The URL where you should place the file containing the challenge token.
- content String
- The content of the file that you should place at the specified URL.
- content
Type String - The content type of the file containing the token.
- path String
- The URL where you should place the file containing the challenge token.
- content string
- The content of the file that you should place at the specified URL.
- content
Type string - The content type of the file containing the token.
- path string
- The URL where you should place the file containing the challenge token.
- content str
- The content of the file that you should place at the specified URL.
- content_
type str - The content type of the file containing the token.
- path str
- The URL where you should place the file containing the challenge token.
- content String
- The content of the file that you should place at the specified URL.
- content
Type String - The content type of the file containing the token.
- path String
- The URL where you should place the file containing the challenge token.
GetPropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
GetPropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
