Share feedback
Answers are generated based on the documentation.

Experimental

Schema

SecretType

Type: string

The stored credential shape: token, OAuth refresh material, custom injection, registry credentials, or a credential resolved from an approved host-owned source. Secret material is never returned.
All schema constraints and annotations
{
  "description": "The stored credential shape: token, OAuth refresh material, custom injection, registry credentials, or a credential resolved from an approved host-owned source. Secret material is never returned.",
  "enum": [
    "unspecified",
    "token",
    "oauthRefresh",
    "custom",
    "registryV2",
    "hostResolved"
  ],
  "title": "SecretType",
  "type": "string"
}