| Name | Type | Description | Notes |
|---|---|---|---|
| encrypted_value | Option<String> | The value for your secret, encrypted with LibSodium using the public key retrieved from the Get an organization public key endpoint. | [optional] |
| key_id | Option<String> | The ID of the key you used to encrypt the secret. | [optional] |
| visibility | String | Which type of organization repositories have access to the organization secret. selected means only the repositories specified by selected_repository_ids can access the secret. |
|
| selected_repository_ids | Option<Vec> | An array of repository IDs that can access the organization secret. You can only provide a list of repository IDs when the visibility is set to selected. You can manage the list of selected repositories using the List selected repositories for an organization secret, Set selected repositories for an organization secret, and Remove selected repository from an organization secret endpoints. |
[optional] |