Using getPropertyDomainownershipSearchDomains
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 getPropertyDomainownershipSearchDomains(args: GetPropertyDomainownershipSearchDomainsArgs, opts?: InvokeOptions): Promise<GetPropertyDomainownershipSearchDomainsResult>
function getPropertyDomainownershipSearchDomainsOutput(args: GetPropertyDomainownershipSearchDomainsOutputArgs, opts?: InvokeOptions): Output<GetPropertyDomainownershipSearchDomainsResult>def get_property_domainownership_search_domains(domains: Optional[Sequence[GetPropertyDomainownershipSearchDomainsDomain]] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertyDomainownershipSearchDomainsResult
def get_property_domainownership_search_domains_output(domains: Optional[pulumi.Input[Sequence[pulumi.Input[GetPropertyDomainownershipSearchDomainsDomainArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPropertyDomainownershipSearchDomainsResult]func GetPropertyDomainownershipSearchDomains(ctx *Context, args *GetPropertyDomainownershipSearchDomainsArgs, opts ...InvokeOption) (*GetPropertyDomainownershipSearchDomainsResult, error)
func GetPropertyDomainownershipSearchDomainsOutput(ctx *Context, args *GetPropertyDomainownershipSearchDomainsOutputArgs, opts ...InvokeOption) GetPropertyDomainownershipSearchDomainsResultOutput> Note: This function is named GetPropertyDomainownershipSearchDomains in the Go SDK.
public static class GetPropertyDomainownershipSearchDomains
{
public static Task<GetPropertyDomainownershipSearchDomainsResult> InvokeAsync(GetPropertyDomainownershipSearchDomainsArgs args, InvokeOptions? opts = null)
public static Output<GetPropertyDomainownershipSearchDomainsResult> Invoke(GetPropertyDomainownershipSearchDomainsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPropertyDomainownershipSearchDomainsResult> getPropertyDomainownershipSearchDomains(GetPropertyDomainownershipSearchDomainsArgs args, InvokeOptions options)
public static Output<GetPropertyDomainownershipSearchDomainsResult> getPropertyDomainownershipSearchDomains(GetPropertyDomainownershipSearchDomainsArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getPropertyDomainownershipSearchDomains:getPropertyDomainownershipSearchDomains
arguments:
# arguments dictionaryThe following arguments are supported:
getPropertyDomainownershipSearchDomains Result
The following output properties are available:
- Domains
List<Get
Property Domainownership Search Domains Domain> - Id string
- The provider-assigned unique ID for this managed resource.
- Domains
[]Get
Property Domainownership Search Domains Domain - Id string
- The provider-assigned unique ID for this managed resource.
- domains
List<Get
Property Domainownership Search Domains Domain> - id String
- The provider-assigned unique ID for this managed resource.
- domains
Get
Property Domainownership Search Domains Domain[] - id string
- The provider-assigned unique ID for this managed resource.
- domains
Sequence[Get
Property Domainownership Search 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
GetPropertyDomainownershipSearchDomainsDomain
- Account
Id string - Your account's ID.
- Domain
Name string - Your 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 Search Domains Domain Validation Challenge - The domain's validation challenge details.
- Validation
Completed stringDate - The timestamp indicating when the domain validation was completed.
- Validation
Level string - The domain's validation level, either 'FQDN' (fully qualified domain name) or 'ROOT/WILDCARD'.
- 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 - Your account's ID.
- Domain
Name string - Your 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 Search Domains Domain Validation Challenge - The domain's validation challenge details.
- Validation
Completed stringDate - The timestamp indicating when the domain validation was completed.
- Validation
Level string - The domain's validation level, either 'FQDN' (fully qualified domain name) or 'ROOT/WILDCARD'.
- 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 - Your account's ID.
- domain
Name String - Your 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 Search Domains Domain Validation Challenge - The domain's validation challenge details.
- validation
Completed StringDate - The timestamp indicating when the domain validation was completed.
- validation
Level String - The domain's validation level, either 'FQDN' (fully qualified domain name) or 'ROOT/WILDCARD'.
- 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 - Your account's ID.
- domain
Name string - Your 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 Search Domains Domain Validation Challenge - The domain's validation challenge details.
- validation
Completed stringDate - The timestamp indicating when the domain validation was completed.
- validation
Level string - The domain's validation level, either 'FQDN' (fully qualified domain name) or 'ROOT/WILDCARD'.
- 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 - Your account's ID.
- domain_
name str - Your 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 Search Domains Domain Validation Challenge - The domain's validation challenge details.
- validation_
completed_ strdate - The timestamp indicating when the domain validation was completed.
- validation_
level str - The domain's validation level, either 'FQDN' (fully qualified domain name) or 'ROOT/WILDCARD'.
- 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 - Your account's ID.
- domain
Name String - Your 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
Level String - The domain's validation level, either 'FQDN' (fully qualified domain name) or 'ROOT/WILDCARD'.
- 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.
GetPropertyDomainownershipSearchDomainsDomainValidationChallenge
- Cname
Record GetProperty Domainownership Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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 Search 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.
GetPropertyDomainownershipSearchDomainsDomainValidationChallengeCnameRecord
GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpFile
- 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.
GetPropertyDomainownershipSearchDomainsDomainValidationChallengeHttpRedirect
GetPropertyDomainownershipSearchDomainsDomainValidationChallengeTxtRecord
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
