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

Type declaration

  • Optionalproduct?: Secret.v1alpha1.Product

    See Product enum for description of values.

  • OptionalproductName?: string

    (Deprecated: use product field) Name of the product to add.

  • Optionalregion?: Region

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

  • secretId: string

    ID of the secret.