Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretResourceProperties

Package version

interface

An interface representing SecretResourceProperties. Describes the properties of a secret resource.

Hierarchy

  • SecretResourceProperties

Index

Properties

Optional contentType

contentType: undefined | string
member

{string} [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.

Optional description

description: undefined | string
member

{string} [description] User readable description of the secret.

kind

kind: "SecretResourceProperties"
member

{string} kind Polymorphic Discriminator

Optional provisioningState

provisioningState: undefined | string
member

{string} [provisioningState] State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

member

{ResourceStatus} [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
member

{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.

Generated using TypeDoc