AddSecretOwnerRequest: {
    product?: Secret.v1beta1.Product;
    region?: Region;
    secretId: string;
}

Type declaration

  • Optionalproduct?: Secret.v1beta1.Product

    See Product enum for description of values.

  • Optionalregion?: Region

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

  • secretId: string

    ID of the secret.