Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.75 KB

File metadata and controls

14 lines (9 loc) · 1.75 KB

CodespacesCreateOrUpdateOrgSecretRequest

Properties

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]

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