Package version:

Interface SecretCreateOrUpdateParameters

Parameters for creating or updating a secret

interface SecretCreateOrUpdateParameters {
    properties: SecretProperties;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

Properties

properties: SecretProperties

Properties of the secret

tags?: {
    [propertyName: string]: string;
}

The tags that will be assigned to the secret.