SecretProperties interface
Properties of the secret
Properties
| attributes | The attributes of the secret. |
| content |
The content type of the secret. |
| secret |
The URI to retrieve the current version of the secret. NOTE: This property will not be serialized. It can only be populated by the server. |
| secret |
The URI to retrieve the specific version of the secret. NOTE: This property will not be serialized. It can only be populated by the server. |
| value | The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets. |
Property Details
attributes
contentType
The content type of the secret.
contentType?: undefined | string
Property Value
undefined | string
secretUri
The URI to retrieve the current version of the secret. NOTE: This property will not be serialized. It can only be populated by the server.
secretUri?: undefined | string
Property Value
undefined | string
secretUriWithVersion
The URI to retrieve the specific version of the secret. NOTE: This property will not be serialized. It can only be populated by the server.
secretUriWithVersion?: undefined | string
Property Value
undefined | string
value
The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
value?: undefined | string
Property Value
undefined | string