GradientEdge CDK Utils
    Preparing search index...

    Properties for creating an API Management certificate

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

    Hierarchy

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

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

    data?: Input<string>

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

    keyVault?: Input<KeyVaultContractCreatePropertiesArgs>

    KeyVault location details of the certificate.

    password?: Input<string>

    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.