Package version:

Interface SecretPatchProperties

Properties of the secret

interface SecretPatchProperties {
    attributes?: SecretAttributes;
    contentType?: string;
    value?: string;
}

Properties

attributes?: SecretAttributes

The attributes of the secret.

contentType?: string

The content type of the secret.

value?: string

The value of the secret.