Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InlinedValueSecretResourceProperties

Package version

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.

Hierarchy

  • InlinedValueSecretResourceProperties

Index

Properties

Optional contentType

contentType: undefined | string

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.

Optional description

description: undefined | string

User readable description of the secret.

kind

kind: "inlinedValue"

Polymorphic Discriminator

Optional status

Status of the resource. Possible values include: 'Unknown', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.

Optional statusDetails

statusDetails: undefined | string

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.

Generated using TypeDoc