InlinedValueSecretResourceProperties Class

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.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.SecretResourceProperties
InlinedValueSecretResourceProperties

Constructor

InlinedValueSecretResourceProperties(*, description: Optional[str] = None, content_type: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Required. Constant filled by server.

description
str
Required

User readable description of the secret.

content_type
str
Required

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.

Variables

status
str or ResourceStatus

Status of the resource. Possible values include: 'Unknown', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed'

status_details
str

Gives additional information about the current status of the secret.