SecretPatchProperties interface

Properties of the secret

Properties

attributes

The attributes of the secret.

contentType

The content type of the secret.

value

The value of the secret.

Property Details

attributes

The attributes of the secret.

attributes?: SecretAttributes

Property Value

contentType

The content type of the secret.

contentType?: string

Property Value

string

value

The value of the secret.

value?: string

Property Value

string