1. Packages
  2. Akamai
  3. API Docs
  4. getPropertyDomainownershipDomain
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 getPropertyDomainownershipDomain

    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 getPropertyDomainownershipDomain(args: GetPropertyDomainownershipDomainArgs, opts?: InvokeOptions): Promise<GetPropertyDomainownershipDomainResult>
    function getPropertyDomainownershipDomainOutput(args: GetPropertyDomainownershipDomainOutputArgs, opts?: InvokeOptions): Output<GetPropertyDomainownershipDomainResult>
    def get_property_domainownership_domain(domain_name: Optional[str] = None,
                                            validation_scope: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetPropertyDomainownershipDomainResult
    def get_property_domainownership_domain_output(domain_name: Optional[pulumi.Input[str]] = None,
                                            validation_scope: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetPropertyDomainownershipDomainResult]
    func GetPropertyDomainownershipDomain(ctx *Context, args *GetPropertyDomainownershipDomainArgs, opts ...InvokeOption) (*GetPropertyDomainownershipDomainResult, error)
    func GetPropertyDomainownershipDomainOutput(ctx *Context, args *GetPropertyDomainownershipDomainOutputArgs, opts ...InvokeOption) GetPropertyDomainownershipDomainResultOutput

    > Note: This function is named GetPropertyDomainownershipDomain in the Go SDK.

    public static class GetPropertyDomainownershipDomain 
    {
        public static Task<GetPropertyDomainownershipDomainResult> InvokeAsync(GetPropertyDomainownershipDomainArgs args, InvokeOptions? opts = null)
        public static Output<GetPropertyDomainownershipDomainResult> Invoke(GetPropertyDomainownershipDomainInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPropertyDomainownershipDomainResult> getPropertyDomainownershipDomain(GetPropertyDomainownershipDomainArgs args, InvokeOptions options)
    public static Output<GetPropertyDomainownershipDomainResult> getPropertyDomainownershipDomain(GetPropertyDomainownershipDomainArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akamai:index/getPropertyDomainownershipDomain:getPropertyDomainownershipDomain
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getPropertyDomainownershipDomain Result

    The following output properties are available:

    Supporting Types

    GetPropertyDomainownershipDomainDomainStatusHistory

    DomainStatus string
    The domain's validation status. Possible values are: REQUEST_ACCEPTED, VALIDATION_IN_PROGRESS, VALIDATED, TOKEN_EXPIRED, or INVALIDATED.
    Message string
    Additional information about the status change.
    ModifiedDate string
    The timestamp indicating when the domain status changed.
    ModifiedUser string
    The name of the user who requested the status change.
    DomainStatus string
    The domain's validation status. Possible values are: REQUEST_ACCEPTED, VALIDATION_IN_PROGRESS, VALIDATED, TOKEN_EXPIRED, or INVALIDATED.
    Message string
    Additional information about the status change.
    ModifiedDate string
    The timestamp indicating when the domain status changed.
    ModifiedUser string
    The name of the user who requested the status change.
    domainStatus String
    The domain's validation status. Possible values are: REQUEST_ACCEPTED, VALIDATION_IN_PROGRESS, VALIDATED, TOKEN_EXPIRED, or INVALIDATED.
    message String
    Additional information about the status change.
    modifiedDate String
    The timestamp indicating when the domain status changed.
    modifiedUser String
    The name of the user who requested the status change.
    domainStatus string
    The domain's validation status. Possible values are: REQUEST_ACCEPTED, VALIDATION_IN_PROGRESS, VALIDATED, TOKEN_EXPIRED, or INVALIDATED.
    message string
    Additional information about the status change.
    modifiedDate string
    The timestamp indicating when the domain status changed.
    modifiedUser string
    The name of the user who requested the status change.
    domain_status str
    The domain's validation status. Possible values are: REQUEST_ACCEPTED, VALIDATION_IN_PROGRESS, VALIDATED, TOKEN_EXPIRED, or INVALIDATED.
    message str
    Additional information about the status change.
    modified_date str
    The timestamp indicating when the domain status changed.
    modified_user str
    The name of the user who requested the status change.
    domainStatus String
    The domain's validation status. Possible values are: REQUEST_ACCEPTED, VALIDATION_IN_PROGRESS, VALIDATED, TOKEN_EXPIRED, or INVALIDATED.
    message String
    Additional information about the status change.
    modifiedDate String
    The timestamp indicating when the domain status changed.
    modifiedUser String
    The name of the user who requested the status change.

    GetPropertyDomainownershipDomainValidationChallenge

    CnameRecord GetPropertyDomainownershipDomainValidationChallengeCnameRecord
    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 GetPropertyDomainownershipDomainValidationChallengeHttpFile
    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 GetPropertyDomainownershipDomainValidationChallengeHttpRedirect
    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 GetPropertyDomainownershipDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    CnameRecord GetPropertyDomainownershipDomainValidationChallengeCnameRecord
    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 GetPropertyDomainownershipDomainValidationChallengeHttpFile
    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 GetPropertyDomainownershipDomainValidationChallengeHttpRedirect
    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 GetPropertyDomainownershipDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    cnameRecord GetPropertyDomainownershipDomainValidationChallengeCnameRecord
    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 GetPropertyDomainownershipDomainValidationChallengeHttpFile
    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 GetPropertyDomainownershipDomainValidationChallengeHttpRedirect
    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 GetPropertyDomainownershipDomainValidationChallengeTxtRecord
    The details of the 'TXT' record with the challenge token that you copy to your DNS configuration to prove you own the domain.
    cnameRecord GetPropertyDomainownershipDomainValidationChallengeCnameRecord
    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 GetPropertyDomainownershipDomainValidationChallengeHttpFile
    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 GetPropertyDomainownershipDomainValidationChallengeHttpRedirect
    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 GetPropertyDomainownershipDomainValidationChallengeTxtRecord
    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 GetPropertyDomainownershipDomainValidationChallengeCnameRecord
    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 GetPropertyDomainownershipDomainValidationChallengeHttpFile
    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 GetPropertyDomainownershipDomainValidationChallengeHttpRedirect
    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 GetPropertyDomainownershipDomainValidationChallengeTxtRecord
    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.

    GetPropertyDomainownershipDomainValidationChallengeCnameRecord

    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.

    GetPropertyDomainownershipDomainValidationChallengeHttpFile

    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.

    GetPropertyDomainownershipDomainValidationChallengeHttpRedirect

    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.

    GetPropertyDomainownershipDomainValidationChallengeTxtRecord

    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