Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.62 KB

File metadata and controls

30 lines (26 loc) · 2.62 KB

CreateUSC

CreateUSC is a command that creates a Universal Secrets Connector

Properties

Name Type Description Notes
azure_kv_name str Azure Key Vault name (Relevant only for Azure targets) [optional]
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the Universal Secrets Connector [optional]
environment_names str The environments in repo-name/environment-name format, comma-separated (only relevant for: github-scope=repository-environment) [optional]
gcp_project_id str GCP Project ID (Relevant only for GCP targets) [optional]
gcp_sm_regions str GCP Secret Manager regions to query for regional secrets (comma-separated, e.g., us-east1,us-west1). Max 12 regions. Required when listing with object-type=regional-secrets. [optional]
github_scope str The scope where secrets will be created, available options: [repository, organization, repository-environment] [optional] [default to 'repository']
item_custom_fields dict(str, str) Additional custom fields to associate with the item [optional]
json bool Set output format to JSON [optional] [default to False]
k8s_namespace str K8s namespace (Relevant to Kubernetes targets) [optional]
name str Universal Secrets Connector name
organization_name str The organization name to create the secret in (only relevant for: github-scope=organization) [optional]
repository_access str [optional] [default to 'public']
repository_names str The repository names, comma-separated (only relevant for: github-scope=repository) [optional]
tags list[str] List of the tags attached to this Universal Secrets Connector [optional]
target_to_associate str Target Universal Secrets Connector to connect
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
usc_prefix str Prefix for all secrets created in AWS Secrets Manager [optional]
use_prefix_as_filter str Whether to filter the USC secret list using the specified usc-prefix [true/false] [optional] [default to 'false']

[Back to Model list] [Back to API list] [Back to README]