mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add SSH certificate tab + data structure
This commit is contained in:
@@ -387,6 +387,14 @@ export const ORGANIZATIONS = {
|
||||
},
|
||||
LIST_SSH_CAS: {
|
||||
organizationId: "The ID of the organization to list SSH CAs for."
|
||||
},
|
||||
LIST_SSH_CERTIFICATES: {
|
||||
organizationId: "The ID of the organization to list SSH certificates for.",
|
||||
offset: "The offset to start from. If you enter 10, it will start from the 10th SSH certificate.",
|
||||
limit: "The number of SSH certificates to return."
|
||||
},
|
||||
LIST_SSH_CERTIFICATE_TEMPLATES: {
|
||||
organizationId: "The ID of the organization to list SSH certificate templates for."
|
||||
}
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user