Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.29 KB

CreateRole.md

File metadata and controls

23 lines (19 loc) · 2.29 KB

akeyless.Model.CreateRole

Properties

Name Type Description Notes
AnalyticsAccess string Allow this role to view analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. [optional]
AuditAccess string Allow this role to view audit logs. Currently only 'none', 'own' and 'all' values are supported, allowing associated auth methods to view audit logs produced by the same auth methods. [optional]
Comment string Deprecated - use description [optional]
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Description of the object [optional]
EventCenterAccess string Allow this role to view Event Center. Currently only 'none', 'own' and 'all' values are supported [optional]
EventForwardersAccess string Allow this role to manage Event Forwarders. Currently only 'none' and 'all' values are supported. [optional]
GwAnalyticsAccess string Allow this role to view gw analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. [optional]
Json bool Set output format to JSON [optional] [default to false]
Name string Role name
SraReportsAccess string Allow this role to view SRA Clusters. Currently only 'none', 'own', 'all' values are supported. [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
UsageReportsAccess string Allow this role to view Usage Report. Currently only 'none' and 'all' values are supported. [optional]

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