Package version:

Interface SecretPatchParameters

Parameters for patching a secret

interface SecretPatchParameters {
    properties?: SecretPatchProperties;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

Properties

Properties of the secret

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

The tags that will be assigned to the secret.