GradientEdge CDK Utils
    Preparing search index...

    Properties for creating an API Management certificate

    interface CertificateProps {
        certificateId?: Input<string | undefined>;
        data?: Input<string | undefined>;
        keyVault?: Input<KeyVaultContractCreatePropertiesArgs | undefined>;
        password?: Input<string | undefined>;
        resourceGroupName: Input<string>;
        serviceName: Input<string>;
    }

    Hierarchy

    • CertificateArgs
      • CertificateProps
    Index
    certificateId?: Input<string | undefined>

    Identifier of the certificate entity. Must be unique in the current API Management service instance.

    data?: Input<string | undefined>

    Base 64 encoded certificate using the application/x-pkcs12 representation.

    keyVault?: Input<KeyVaultContractCreatePropertiesArgs | undefined>

    KeyVault location details of the certificate.

    password?: Input<string | undefined>

    Password for the Certificate

    resourceGroupName: Input<string>

    The name of the resource group. The name is case insensitive.

    serviceName: Input<string>

    The name of the API Management service.