SecretPatchProperties interface
Properties of the secret
Properties
attributes | The attributes of the secret. |
content |
The content type of the secret. |
value | The value of the secret. |
Property Details
attributes
contentType
The content type of the secret.
contentType?: string
Property Value
string
value
The value of the secret.
value?: string
Property Value
string