docs: add example temporal duration for temporary range

This commit is contained in:
Scott Wilson
2024-10-22 09:32:29 -07:00
committed by =
parent 00573ebfda
commit a1c2bc695c

View File

@@ -980,7 +980,7 @@ export const IDENTITY_ADDITIONAL_PRIVILEGE_V2 = {
permission: "The permission for the privilege.",
isTemporary: "Whether the privilege is temporary or permanent.",
temporaryMode: "Type of temporary access given. Types: relative.",
temporaryRange: "The TTL for the temporary access given.",
temporaryRange: "The TTL for the temporary access given. Eg: 1m, 1h, 1d.",
temporaryAccessStartTime: "The start time in ISO format when the temporary access should begin."
},
UPDATE: {
@@ -990,7 +990,7 @@ export const IDENTITY_ADDITIONAL_PRIVILEGE_V2 = {
privilegePermission: "The permission for the privilege.",
isTemporary: "Whether the privilege is temporary.",
temporaryMode: "Type of temporary access given. Types: relative.",
temporaryRange: "The TTL for the temporary access given.",
temporaryRange: "The TTL for the temporary access given. Eg: 1m, 1h, 1d.",
temporaryAccessStartTime: "The start time in ISO format when the temporary access should begin."
},
DELETE: {