UpdateSecretRequest: {
    description?: string;
    ephemeralPolicy?: Secret.v1beta1.EphemeralPolicy;
    name?: string;
    path?: string;
    region?: Region;
    secretId: string;
    tags?: string[];
}

Type declaration

  • Optionaldescription?: string

    Description of the secret.

  • OptionalephemeralPolicy?: Secret.v1beta1.EphemeralPolicy

    (Optional.) Policy that defines whether/when a secret's versions expire.

  • Optionalname?: string

    Secret's updated name (optional).

  • Optionalpath?: string

    (Optional.) Location of the folder in the directory structure. If not specified, the path is /.

  • Optionalregion?: Region

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

  • secretId: string

    ID of the secret.

  • Optionaltags?: string[]

    Secret's updated list of tags (optional).