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?: string
Property Value
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?: string
Property Value
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?: string
Property Value
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?: string
Property Value
string