Skip to main content

Describes how structured secrets are structured

GET 

/api/v2/secrets/meta

Describes how structured secrets are structured

Responses

Contains the definition for the resource

Schema

    supportedPurposes

    undefined[]

    required

  • Array [

  • description stringrequired
    purpose stringrequired
    requiresScope boolean
    scopeDescription string
    supportsScope boolean
  • ]

  • supportedTypes

    undefined[]

    required

  • Array [

  • admin booleanrequired

    Admin will be true if this secret type supports platform-wide admin workspace usage

    exampleDescription string

    fields

    undefined[]

  • Array [

  • description stringrequired
    fromFile boolean
    multiline boolean

    Multiline is true when this field typically contains a multi-line string (such as a GCP JSON Service Account key)

    name stringrequired
    nonSensitive boolean
    optional boolean
  • ]

  • generic boolean

    Generic indicates that this secret type allows any generic key=value fields to be supplied.

    supportedPurposes string[]required
    title stringrequired
    type stringrequired
    workspaced booleanrequired

    Workspaced will be true if this secret type supports workspaced usage

  • ]

Loading...