Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InlinedValueSecretResourceProperties

Package version

interface

An interface representing InlinedValueSecretResourceProperties. 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
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: "inlinedValue"
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