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?: undefined | string
Property Value
undefined | string
value
The value of the secret.
value?: undefined | string
Property Value
undefined | string