Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretResourceProperties

Package version

Describes the properties of a secret resource.

Hierarchy

  • SecretResourceProperties

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: "SecretResourceProperties"

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