InlinedValueSecretResourceProperties interface
Describes the properties of a secret resource whose value is provided explicitly as plaintext. The secret resource may have multiple values, each being uniquely versioned. The secret value of each version is stored encrypted, and delivered as plaintext into the context of applications referencing it.
- Extends
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
content |
The type of the content stored in the secret value. The value of this property is opaque to Service Fabric. Once set, the value of this property cannot be changed. |
description | User readable description of the secret. |
provisioning |
State of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Status of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
status |
Gives additional information about the current status of the secret. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "inlinedValue"
Property Value
"inlinedValue"
Inherited Property Details
contentType
The type of the content stored in the secret value. The value of this property is opaque to Service Fabric. Once set, the value of this property cannot be changed.
contentType?: string
Property Value
string
Inherited From SecretResourceProperties.contentType
description
User readable description of the secret.
description?: string
Property Value
string
Inherited From SecretResourceProperties.description
provisioningState
State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From SecretResourceProperties.provisioningState
status
Status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
Inherited From SecretResourceProperties.status
statusDetails
Gives additional information about the current status of the secret. NOTE: This property will not be serialized. It can only be populated by the server.
statusDetails?: string
Property Value
string
Inherited From SecretResourceProperties.statusDetails
Azure SDK for JavaScript