feat(machine-identities): Delete protection

This commit is contained in:
x032205
2025-06-13 14:37:15 -04:00
parent 23a7c1b8cc
commit 19a403f467
17 changed files with 120 additions and 21 deletions

View File

@@ -111,12 +111,14 @@ export const IDENTITIES = {
CREATE: {
name: "The name of the identity to create.",
organizationId: "The organization ID to which the identity belongs.",
role: "The role of the identity. Possible values are 'no-access', 'member', and 'admin'."
role: "The role of the identity. Possible values are 'no-access', 'member', and 'admin'.",
hasDeleteProtection: "Whether the identity has delete protection or not."
},
UPDATE: {
identityId: "The ID of the identity to update.",
name: "The new name of the identity.",
role: "The new role of the identity."
role: "The new role of the identity.",
hasDeleteProtection: "Whether the identity now has delete protection or not."
},
DELETE: {
identityId: "The ID of the identity to delete."