AccessSecretVersionByPathRequest: {
    projectId?: string;
    region?: Region;
    revision: string;
    secretName: string;
    secretPath: string;
}

Type declaration

  • OptionalprojectId?: string

    ID of the Project to target.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • revision: string

    The first version of the secret is numbered 1, and all subsequent revisions augment by 1. Value can be either:

    • An integer (the revision number)
    • "latest" (the latest revision)
    • "latest_enabled" (the latest enabled revision).
  • secretName: string

    Secret's name.

  • secretPath: string

    Secret's path.