GradientEdge CDK Utils
    Preparing search index...
    interface SecretProps {
        properties: Input<SecretPropertiesArgs>;
        resourceGroupName: Input<string>;
        secretName?: Input<string>;
        tags?: Input<{ [key: string]: Input<string> }>;
        vaultName: Input<string>;
    }

    Hierarchy

    • SecretArgs
      • SecretProps
    Index

    Properties

    properties: Input<SecretPropertiesArgs>

    Properties of the secret

    resourceGroupName: Input<string>

    The name of the Resource Group to which the vault belongs.

    secretName?: Input<string>

    Name of the secret. The value you provide may be copied globally for the purpose of running the service. The value provided should not include personally identifiable or sensitive information.

    tags?: Input<{ [key: string]: Input<string> }>

    The tags that will be assigned to the secret.

    vaultName: Input<string>

    Name of the vault