SecretResourceProperties interface

Describes the properties of a secret resource.

Extends

Properties

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.

description

User readable description of the secret.

kind

Polymorphic discriminator, which specifies the different types this object can be

status

Status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

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.

Inherited Properties

provisioningState

State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

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

description

User readable description of the secret.

description?: string

Property Value

string

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "inlinedValue" | "SecretResourceProperties"

Property Value

"inlinedValue" | "SecretResourceProperties"

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

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 Property Details

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 SecretResourcePropertiesBase.provisioningState