1. Packages
  2. Azure Native
  3. API Docs
  4. certificateregistration
  5. getAppServiceCertificateOrder
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.certificateregistration.getAppServiceCertificateOrder

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Description for Get a certificate order. Azure REST API version: 2022-09-01.

    Other available API versions: 2020-10-01, 2023-01-01.

    Using getAppServiceCertificateOrder

    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 getAppServiceCertificateOrder(args: GetAppServiceCertificateOrderArgs, opts?: InvokeOptions): Promise<GetAppServiceCertificateOrderResult>
    function getAppServiceCertificateOrderOutput(args: GetAppServiceCertificateOrderOutputArgs, opts?: InvokeOptions): Output<GetAppServiceCertificateOrderResult>
    def get_app_service_certificate_order(certificate_order_name: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetAppServiceCertificateOrderResult
    def get_app_service_certificate_order_output(certificate_order_name: Optional[pulumi.Input[str]] = None,
                                          resource_group_name: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetAppServiceCertificateOrderResult]
    func LookupAppServiceCertificateOrder(ctx *Context, args *LookupAppServiceCertificateOrderArgs, opts ...InvokeOption) (*LookupAppServiceCertificateOrderResult, error)
    func LookupAppServiceCertificateOrderOutput(ctx *Context, args *LookupAppServiceCertificateOrderOutputArgs, opts ...InvokeOption) LookupAppServiceCertificateOrderResultOutput

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

    public static class GetAppServiceCertificateOrder 
    {
        public static Task<GetAppServiceCertificateOrderResult> InvokeAsync(GetAppServiceCertificateOrderArgs args, InvokeOptions? opts = null)
        public static Output<GetAppServiceCertificateOrderResult> Invoke(GetAppServiceCertificateOrderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAppServiceCertificateOrderResult> getAppServiceCertificateOrder(GetAppServiceCertificateOrderArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:certificateregistration:getAppServiceCertificateOrder
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CertificateOrderName string
    Name of the certificate order..
    ResourceGroupName string
    Name of the resource group to which the resource belongs.
    CertificateOrderName string
    Name of the certificate order..
    ResourceGroupName string
    Name of the resource group to which the resource belongs.
    certificateOrderName String
    Name of the certificate order..
    resourceGroupName String
    Name of the resource group to which the resource belongs.
    certificateOrderName string
    Name of the certificate order..
    resourceGroupName string
    Name of the resource group to which the resource belongs.
    certificate_order_name str
    Name of the certificate order..
    resource_group_name str
    Name of the resource group to which the resource belongs.
    certificateOrderName String
    Name of the certificate order..
    resourceGroupName String
    Name of the resource group to which the resource belongs.

    getAppServiceCertificateOrder Result

    The following output properties are available:

    AppServiceCertificateNotRenewableReasons List<string>
    Reasons why App Service Certificate is not renewable at the current moment.
    Contact Pulumi.AzureNative.CertificateRegistration.Outputs.CertificateOrderContactResponse
    Contact info
    DomainVerificationToken string
    Domain verification token.
    ExpirationTime string
    Certificate expiration time.
    Id string
    Resource Id.
    Intermediate Pulumi.AzureNative.CertificateRegistration.Outputs.CertificateDetailsResponse
    Intermediate certificate.
    IsPrivateKeyExternal bool
    true if private key is external; otherwise, false.
    LastCertificateIssuanceTime string
    Certificate last issuance time.
    Location string
    Resource Location.
    Name string
    Resource Name.
    NextAutoRenewalTimeStamp string
    Time stamp when the certificate would be auto renewed next
    ProductType string
    Certificate product type.
    ProvisioningState string
    Status of certificate order.
    Root Pulumi.AzureNative.CertificateRegistration.Outputs.CertificateDetailsResponse
    Root certificate.
    SerialNumber string
    Current serial number of the certificate.
    SignedCertificate Pulumi.AzureNative.CertificateRegistration.Outputs.CertificateDetailsResponse
    Signed certificate.
    Status string
    Current order status.
    Type string
    Resource type.
    AutoRenew bool
    true if the certificate should be automatically renewed when it expires; otherwise, false.
    Certificates Dictionary<string, Pulumi.AzureNative.CertificateRegistration.Outputs.AppServiceCertificateResponse>
    State of the Key Vault secret.
    Csr string
    Last CSR that was created for this order.
    DistinguishedName string
    Certificate distinguished name.
    KeySize int
    Certificate key size.
    Kind string
    Kind of resource.
    Tags Dictionary<string, string>
    Resource tags.
    ValidityInYears int
    Duration in years (must be 1).
    AppServiceCertificateNotRenewableReasons []string
    Reasons why App Service Certificate is not renewable at the current moment.
    Contact CertificateOrderContactResponse
    Contact info
    DomainVerificationToken string
    Domain verification token.
    ExpirationTime string
    Certificate expiration time.
    Id string
    Resource Id.
    Intermediate CertificateDetailsResponse
    Intermediate certificate.
    IsPrivateKeyExternal bool
    true if private key is external; otherwise, false.
    LastCertificateIssuanceTime string
    Certificate last issuance time.
    Location string
    Resource Location.
    Name string
    Resource Name.
    NextAutoRenewalTimeStamp string
    Time stamp when the certificate would be auto renewed next
    ProductType string
    Certificate product type.
    ProvisioningState string
    Status of certificate order.
    Root CertificateDetailsResponse
    Root certificate.
    SerialNumber string
    Current serial number of the certificate.
    SignedCertificate CertificateDetailsResponse
    Signed certificate.
    Status string
    Current order status.
    Type string
    Resource type.
    AutoRenew bool
    true if the certificate should be automatically renewed when it expires; otherwise, false.
    Certificates map[string]AppServiceCertificateResponse
    State of the Key Vault secret.
    Csr string
    Last CSR that was created for this order.
    DistinguishedName string
    Certificate distinguished name.
    KeySize int
    Certificate key size.
    Kind string
    Kind of resource.
    Tags map[string]string
    Resource tags.
    ValidityInYears int
    Duration in years (must be 1).
    appServiceCertificateNotRenewableReasons List<String>
    Reasons why App Service Certificate is not renewable at the current moment.
    contact CertificateOrderContactResponse
    Contact info
    domainVerificationToken String
    Domain verification token.
    expirationTime String
    Certificate expiration time.
    id String
    Resource Id.
    intermediate CertificateDetailsResponse
    Intermediate certificate.
    isPrivateKeyExternal Boolean
    true if private key is external; otherwise, false.
    lastCertificateIssuanceTime String
    Certificate last issuance time.
    location String
    Resource Location.
    name String
    Resource Name.
    nextAutoRenewalTimeStamp String
    Time stamp when the certificate would be auto renewed next
    productType String
    Certificate product type.
    provisioningState String
    Status of certificate order.
    root CertificateDetailsResponse
    Root certificate.
    serialNumber String
    Current serial number of the certificate.
    signedCertificate CertificateDetailsResponse
    Signed certificate.
    status String
    Current order status.
    type String
    Resource type.
    autoRenew Boolean
    true if the certificate should be automatically renewed when it expires; otherwise, false.
    certificates Map<String,AppServiceCertificateResponse>
    State of the Key Vault secret.
    csr String
    Last CSR that was created for this order.
    distinguishedName String
    Certificate distinguished name.
    keySize Integer
    Certificate key size.
    kind String
    Kind of resource.
    tags Map<String,String>
    Resource tags.
    validityInYears Integer
    Duration in years (must be 1).
    appServiceCertificateNotRenewableReasons string[]
    Reasons why App Service Certificate is not renewable at the current moment.
    contact CertificateOrderContactResponse
    Contact info
    domainVerificationToken string
    Domain verification token.
    expirationTime string
    Certificate expiration time.
    id string
    Resource Id.
    intermediate CertificateDetailsResponse
    Intermediate certificate.
    isPrivateKeyExternal boolean
    true if private key is external; otherwise, false.
    lastCertificateIssuanceTime string
    Certificate last issuance time.
    location string
    Resource Location.
    name string
    Resource Name.
    nextAutoRenewalTimeStamp string
    Time stamp when the certificate would be auto renewed next
    productType string
    Certificate product type.
    provisioningState string
    Status of certificate order.
    root CertificateDetailsResponse
    Root certificate.
    serialNumber string
    Current serial number of the certificate.
    signedCertificate CertificateDetailsResponse
    Signed certificate.
    status string
    Current order status.
    type string
    Resource type.
    autoRenew boolean
    true if the certificate should be automatically renewed when it expires; otherwise, false.
    certificates {[key: string]: AppServiceCertificateResponse}
    State of the Key Vault secret.
    csr string
    Last CSR that was created for this order.
    distinguishedName string
    Certificate distinguished name.
    keySize number
    Certificate key size.
    kind string
    Kind of resource.
    tags {[key: string]: string}
    Resource tags.
    validityInYears number
    Duration in years (must be 1).
    app_service_certificate_not_renewable_reasons Sequence[str]
    Reasons why App Service Certificate is not renewable at the current moment.
    contact CertificateOrderContactResponse
    Contact info
    domain_verification_token str
    Domain verification token.
    expiration_time str
    Certificate expiration time.
    id str
    Resource Id.
    intermediate CertificateDetailsResponse
    Intermediate certificate.
    is_private_key_external bool
    true if private key is external; otherwise, false.
    last_certificate_issuance_time str
    Certificate last issuance time.
    location str
    Resource Location.
    name str
    Resource Name.
    next_auto_renewal_time_stamp str
    Time stamp when the certificate would be auto renewed next
    product_type str
    Certificate product type.
    provisioning_state str
    Status of certificate order.
    root CertificateDetailsResponse
    Root certificate.
    serial_number str
    Current serial number of the certificate.
    signed_certificate CertificateDetailsResponse
    Signed certificate.
    status str
    Current order status.
    type str
    Resource type.
    auto_renew bool
    true if the certificate should be automatically renewed when it expires; otherwise, false.
    certificates Mapping[str, AppServiceCertificateResponse]
    State of the Key Vault secret.
    csr str
    Last CSR that was created for this order.
    distinguished_name str
    Certificate distinguished name.
    key_size int
    Certificate key size.
    kind str
    Kind of resource.
    tags Mapping[str, str]
    Resource tags.
    validity_in_years int
    Duration in years (must be 1).
    appServiceCertificateNotRenewableReasons List<String>
    Reasons why App Service Certificate is not renewable at the current moment.
    contact Property Map
    Contact info
    domainVerificationToken String
    Domain verification token.
    expirationTime String
    Certificate expiration time.
    id String
    Resource Id.
    intermediate Property Map
    Intermediate certificate.
    isPrivateKeyExternal Boolean
    true if private key is external; otherwise, false.
    lastCertificateIssuanceTime String
    Certificate last issuance time.
    location String
    Resource Location.
    name String
    Resource Name.
    nextAutoRenewalTimeStamp String
    Time stamp when the certificate would be auto renewed next
    productType String
    Certificate product type.
    provisioningState String
    Status of certificate order.
    root Property Map
    Root certificate.
    serialNumber String
    Current serial number of the certificate.
    signedCertificate Property Map
    Signed certificate.
    status String
    Current order status.
    type String
    Resource type.
    autoRenew Boolean
    true if the certificate should be automatically renewed when it expires; otherwise, false.
    certificates Map<Property Map>
    State of the Key Vault secret.
    csr String
    Last CSR that was created for this order.
    distinguishedName String
    Certificate distinguished name.
    keySize Number
    Certificate key size.
    kind String
    Kind of resource.
    tags Map<String>
    Resource tags.
    validityInYears Number
    Duration in years (must be 1).

    Supporting Types

    AppServiceCertificateResponse

    ProvisioningState string
    Status of the Key Vault secret.
    KeyVaultId string
    Key Vault resource Id.
    KeyVaultSecretName string
    Key Vault secret name.
    ProvisioningState string
    Status of the Key Vault secret.
    KeyVaultId string
    Key Vault resource Id.
    KeyVaultSecretName string
    Key Vault secret name.
    provisioningState String
    Status of the Key Vault secret.
    keyVaultId String
    Key Vault resource Id.
    keyVaultSecretName String
    Key Vault secret name.
    provisioningState string
    Status of the Key Vault secret.
    keyVaultId string
    Key Vault resource Id.
    keyVaultSecretName string
    Key Vault secret name.
    provisioning_state str
    Status of the Key Vault secret.
    key_vault_id str
    Key Vault resource Id.
    key_vault_secret_name str
    Key Vault secret name.
    provisioningState String
    Status of the Key Vault secret.
    keyVaultId String
    Key Vault resource Id.
    keyVaultSecretName String
    Key Vault secret name.

    CertificateDetailsResponse

    Issuer string
    Certificate Issuer.
    NotAfter string
    Date Certificate is valid to.
    NotBefore string
    Date Certificate is valid from.
    RawData string
    Raw certificate data.
    SerialNumber string
    Certificate Serial Number.
    SignatureAlgorithm string
    Certificate Signature algorithm.
    Subject string
    Certificate Subject.
    Thumbprint string
    Certificate Thumbprint.
    Version int
    Certificate Version.
    Issuer string
    Certificate Issuer.
    NotAfter string
    Date Certificate is valid to.
    NotBefore string
    Date Certificate is valid from.
    RawData string
    Raw certificate data.
    SerialNumber string
    Certificate Serial Number.
    SignatureAlgorithm string
    Certificate Signature algorithm.
    Subject string
    Certificate Subject.
    Thumbprint string
    Certificate Thumbprint.
    Version int
    Certificate Version.
    issuer String
    Certificate Issuer.
    notAfter String
    Date Certificate is valid to.
    notBefore String
    Date Certificate is valid from.
    rawData String
    Raw certificate data.
    serialNumber String
    Certificate Serial Number.
    signatureAlgorithm String
    Certificate Signature algorithm.
    subject String
    Certificate Subject.
    thumbprint String
    Certificate Thumbprint.
    version Integer
    Certificate Version.
    issuer string
    Certificate Issuer.
    notAfter string
    Date Certificate is valid to.
    notBefore string
    Date Certificate is valid from.
    rawData string
    Raw certificate data.
    serialNumber string
    Certificate Serial Number.
    signatureAlgorithm string
    Certificate Signature algorithm.
    subject string
    Certificate Subject.
    thumbprint string
    Certificate Thumbprint.
    version number
    Certificate Version.
    issuer str
    Certificate Issuer.
    not_after str
    Date Certificate is valid to.
    not_before str
    Date Certificate is valid from.
    raw_data str
    Raw certificate data.
    serial_number str
    Certificate Serial Number.
    signature_algorithm str
    Certificate Signature algorithm.
    subject str
    Certificate Subject.
    thumbprint str
    Certificate Thumbprint.
    version int
    Certificate Version.
    issuer String
    Certificate Issuer.
    notAfter String
    Date Certificate is valid to.
    notBefore String
    Date Certificate is valid from.
    rawData String
    Raw certificate data.
    serialNumber String
    Certificate Serial Number.
    signatureAlgorithm String
    Certificate Signature algorithm.
    subject String
    Certificate Subject.
    thumbprint String
    Certificate Thumbprint.
    version Number
    Certificate Version.

    CertificateOrderContactResponse

    Email string
    NameFirst string
    NameLast string
    Phone string
    Email string
    NameFirst string
    NameLast string
    Phone string
    email String
    nameFirst String
    nameLast String
    phone String
    email string
    nameFirst string
    nameLast string
    phone string
    email String
    nameFirst String
    nameLast String
    phone String

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi