1. Packages
  2. Akamai
  3. API Docs
  4. getPropertyDomainownershipDomains
Akamai v10.2.0 published on Friday, Nov 14, 2025 by Pulumi
akamai logo
Akamai v10.2.0 published on Friday, Nov 14, 2025 by Pulumi

    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 dictionary

    getPropertyDomainownershipDomains Result

    The following output properties are available:

    Domains List<GetPropertyDomainownershipDomainsDomain>
    Id string
    The provider-assigned unique ID for this managed resource.
    Domains []GetPropertyDomainownershipDomainsDomain
    Id string
    The provider-assigned unique ID for this managed resource.
    domains List<GetPropertyDomainownershipDomainsDomain>
    id String
    The provider-assigned unique ID for this managed resource.
    domains GetPropertyDomainownershipDomainsDomain[]
    id string
    The provider-assigned unique ID for this managed resource.
    domains Sequence[GetPropertyDomainownershipDomainsDomain]
    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

    AccountId string
    The account's ID.
    DomainName string
    The domain's name.
    DomainStatus 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.
    ValidationChallenge GetPropertyDomainownershipDomainsDomainValidationChallenge
    The domain's validation challenge details.
    ValidationCompletedDate string
    The timestamp indicating when the domain validation was completed.
    ValidationMethod string
    The method used to validate the domain. Possible values are:

    • DNS_CNAME - For this method, Akamai generates a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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.
    ValidationRequestedBy string
    The name of the user who requested the domain validation.
    ValidationRequestedDate string
    The timestamp indicating when the domain validation was requested.
    ValidationScope 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.
    AccountId string
    The account's ID.
    DomainName string
    The domain's name.
    DomainStatus 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.
    ValidationChallenge GetPropertyDomainownershipDomainsDomainValidationChallenge
    The domain's validation challenge details.
    ValidationCompletedDate string
    The timestamp indicating when the domain validation was completed.
    ValidationMethod string
    The method used to validate the domain. Possible values are:

    • DNS_CNAME - For this method, Akamai generates a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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.
    ValidationRequestedBy string
    The name of the user who requested the domain validation.
    ValidationRequestedDate string
    The timestamp indicating when the domain validation was requested.
    ValidationScope 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.
    accountId String
    The account's ID.
    domainName String
    The domain's name.
    domainStatus 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.
    validationChallenge GetPropertyDomainownershipDomainsDomainValidationChallenge
    The domain's validation challenge details.
    validationCompletedDate String
    The timestamp indicating when the domain validation was completed.
    validationMethod String
    The method used to validate the domain. Possible values are:

    • DNS_CNAME - For this method, Akamai generates a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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.
    validationRequestedBy String
    The name of the user who requested the domain validation.
    validationRequestedDate String
    The timestamp indicating when the domain validation was requested.
    validationScope 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.
    accountId string
    The account's ID.
    domainName string
    The domain's name.
    domainStatus 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.
    validationChallenge GetPropertyDomainownershipDomainsDomainValidationChallenge
    The domain's validation challenge details.
    validationCompletedDate string
    The timestamp indicating when the domain validation was completed.
    validationMethod string
    The method used to validate the domain. Possible values are:

    • DNS_CNAME - For this method, Akamai generates a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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.
    validationRequestedBy string
    The name of the user who requested the domain validation.
    validationRequestedDate string
    The timestamp indicating when the domain validation was requested.
    validationScope 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 GetPropertyDomainownershipDomainsDomainValidationChallenge
    The domain's validation challenge details.
    validation_completed_date str
    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 a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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_by str
    The name of the user who requested the domain validation.
    validation_requested_date str
    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.
    accountId String
    The account's ID.
    domainName String
    The domain's name.
    domainStatus 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.
    validationChallenge Property Map
    The domain's validation challenge details.
    validationCompletedDate String
    The timestamp indicating when the domain validation was completed.
    validationMethod String
    The method used to validate the domain. Possible values are:

    • DNS_CNAME - For this method, Akamai generates a cname_record that you copy as the target to a CNAME record of your DNS configuration. The record's name needs to be in the _acme-challenge.domain-name format.
    • DNS_TXT - For this method, Akamai generates a txt_record with a token value that you copy as the target to a TXT record of your DNS configuration. The record's name needs to be in the _akamai-{host|wildcard|domain}-challenge.domainName format based on the validation scope.
    • HTTP - Applies only to domains with the HOST validation scope. For this method, you create the file containing a token and place it on your HTTP server in the location specified by the validation_challenge.http_file.path or use a redirect to the validation_challenge.http_redirect.to with 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.
    validationRequestedBy String
    The name of the user who requested the domain validation.
    validationRequestedDate String
    The timestamp indicating when the domain validation was requested.
    validationScope 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

    CnameRecord GetPropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
    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.
    ExpirationDate string
    The timestamp indicating when the challenge data expires.
    HttpFile GetPropertyDomainownershipDomainsDomainValidationChallengeHttpFile
    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.
    HttpRedirect GetPropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
    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.
    TxtRecord GetPropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    CnameRecord GetPropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
    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.
    ExpirationDate string
    The timestamp indicating when the challenge data expires.
    HttpFile GetPropertyDomainownershipDomainsDomainValidationChallengeHttpFile
    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.
    HttpRedirect GetPropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
    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.
    TxtRecord GetPropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    cnameRecord GetPropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
    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.
    expirationDate String
    The timestamp indicating when the challenge data expires.
    httpFile GetPropertyDomainownershipDomainsDomainValidationChallengeHttpFile
    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.
    httpRedirect GetPropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
    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.
    txtRecord GetPropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    cnameRecord GetPropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
    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.
    expirationDate string
    The timestamp indicating when the challenge data expires.
    httpFile GetPropertyDomainownershipDomainsDomainValidationChallengeHttpFile
    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.
    httpRedirect GetPropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
    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.
    txtRecord GetPropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
    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 GetPropertyDomainownershipDomainsDomainValidationChallengeCnameRecord
    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 GetPropertyDomainownershipDomainsDomainValidationChallengeHttpFile
    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 GetPropertyDomainownershipDomainsDomainValidationChallengeHttpRedirect
    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 GetPropertyDomainownershipDomainsDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    cnameRecord 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.
    expirationDate String
    The timestamp indicating when the challenge data expires.
    httpFile 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.
    httpRedirect 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.
    txtRecord 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

    Name string
    The 'CNAME' record for your domain that you add to the DNS configuration.
    Target string
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.
    Name string
    The 'CNAME' record for your domain that you add to the DNS configuration.
    Target string
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.
    name String
    The 'CNAME' record for your domain that you add to the DNS configuration.
    target String
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.
    name string
    The 'CNAME' record for your domain that you add to the DNS configuration.
    target string
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.
    name str
    The 'CNAME' record for your domain that you add to the DNS configuration.
    target str
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.
    name String
    The 'CNAME' record for your domain that you add to the DNS configuration.
    target String
    The 'target' value you set in the 'CNAME' record that validates the domain ownership.

    GetPropertyDomainownershipDomainsDomainValidationChallengeHttpFile

    Content string
    The content of the file that you should place at the specified URL.
    ContentType 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.
    ContentType 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.
    contentType 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.
    contentType 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.
    contentType 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

    From string
    The location on your HTTP server where you set up the redirect.
    To string
    The redirect URL with the token that you place on your HTTP server.
    From string
    The location on your HTTP server where you set up the redirect.
    To string
    The redirect URL with the token that you place on your HTTP server.
    from String
    The location on your HTTP server where you set up the redirect.
    to String
    The redirect URL with the token that you place on your HTTP server.
    from string
    The location on your HTTP server where you set up the redirect.
    to string
    The redirect URL with the token that you place on your HTTP server.
    from_ str
    The location on your HTTP server where you set up the redirect.
    to str
    The redirect URL with the token that you place on your HTTP server.
    from String
    The location on your HTTP server where you set up the redirect.
    to String
    The redirect URL with the token that you place on your HTTP server.

    GetPropertyDomainownershipDomainsDomainValidationChallengeTxtRecord

    Name string
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    Value string
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
    Name string
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    Value string
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
    name String
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    value String
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
    name string
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    value string
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
    name str
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    value str
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.
    name String
    The hostname where you should add the 'TXT' record to validate the domain ownership.
    value String
    The token you need to copy to the DNS 'TXT' record that validates the domain ownership.

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v10.2.0 published on Friday, Nov 14, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate