Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 1.42 KB

UpdateRoleRequest.md

File metadata and controls

15 lines (11 loc) · 1.42 KB

UpdateRoleRequest

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
organization_id str { "description" : "", "verbs":[""] } [optional]
id str { "description" : "", "verbs":["GET", "PUT"] }
name str { "description" : "Friendly name of the role.", "verbs":["GET","POST","PUT"] } [optional]
description str { "description" : "Friendly description of the role.", "verbs":["GET","POST","PUT"] } [optional]
default_role bool { "description" : "If set this role will become the default role for the organization unsetting any existing role. Any accounts without an explicitly set role will have this applied.", "verbs":["GET","POST","PUT"] } [optional] [default to False]

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