You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - Remark: Generated from `#/paths/orgs/{org}/private-registries/POST/requestBody/json/url`.
1041
+
publicvarurl:Swift.String
1038
1042
/// The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.
1039
1043
///
1040
1044
/// - Remark: Generated from `#/paths/orgs/{org}/private-registries/POST/requestBody/json/username`.
@@ -1067,20 +1071,23 @@ public enum Operations {
1067
1071
///
1068
1072
/// - Parameters:
1069
1073
/// - registryType: The registry type.
1074
+
/// - url: The URL of the private registry.
1070
1075
/// - username: The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.
1071
1076
/// - encryptedValue: The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.
1072
1077
/// - keyId: The ID of the key you used to encrypt the secret.
1073
1078
/// - visibility: Which type of organization repositories have access to the private registry. `selected` means only the repositories specified by `selected_repository_ids` can access the private registry.
1074
1079
/// - selectedRepositoryIds: An array of repository IDs that can access the organization private registry. You can only provide a list of repository IDs when `visibility` is set to `selected`. You can manage the list of selected repositories using the [Update a private registry for an organization](https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization) endpoint. This field should be omitted if `visibility` is set to `all` or `private`.
/// - Remark: Generated from `#/paths/orgs/{org}/private-registries/{secret_name}/PATCH/requestBody/json/url`.
1694
+
publicvarurl:Swift.String?
1683
1695
/// The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.
1684
1696
///
1685
1697
/// - Remark: Generated from `#/paths/orgs/{org}/private-registries/{secret_name}/PATCH/requestBody/json/username`.
@@ -1712,20 +1724,23 @@ public enum Operations {
1712
1724
///
1713
1725
/// - Parameters:
1714
1726
/// - registryType: The registry type.
1727
+
/// - url: The URL of the private registry.
1715
1728
/// - username: The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.
1716
1729
/// - encryptedValue: The value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get private registries public key for an organization](https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization) endpoint.
1717
1730
/// - keyId: The ID of the key you used to encrypt the secret.
1718
1731
/// - visibility: Which type of organization repositories have access to the private registry. `selected` means only the repositories specified by `selected_repository_ids` can access the private registry.
1719
1732
/// - selectedRepositoryIds: An array of repository IDs that can access the organization private registry. You can only provide a list of repository IDs when `visibility` is set to `selected`. This field should be omitted if `visibility` is set to `all` or `private`.
0 commit comments