Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.9 KB

File metadata and controls

27 lines (23 loc) · 2.9 KB

CreateRole

Properties

Name Type Description Notes
analytics_access str 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]
ara_reports_access str Allow this role to view Agentic Runtime Authority Dashboard. Currently only 'none', 'scoped', 'all' values are supported. [optional]
audit_access str Allow this role to view audit logs. Currently only 'none', 'own', 'scoped' and 'all' values are supported, allowing associated auth methods to view audit logs produced by the same auth methods. [optional]
comment str Deprecated - use description [optional]
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the object [optional]
event_center_access str Allow this role to view Event Center. Currently only 'none', 'scoped' and 'all' values are supported [optional]
event_forwarders_access str Allow this role to manage Event Forwarders. Currently only 'none' and 'all' values are supported. [optional]
event_forwarders_name list[str] Allow this role to manage the following Event Forwarders. [optional]
gw_analytics_access str Allow this role to view gw analytics. Currently only 'none', 'scoped', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. [optional]
isi_access str Allow this role to access Identity & Secrets Intelligence. Currently only 'none', 'scoped' and 'all' values are supported. [optional]
json bool Set output format to JSON [optional] [default to False]
name str Role name
reverse_rbac_access str Allow this role to view Reverse RBAC. Supported values: 'scoped', 'all'. [optional]
sra_reports_access str Allow this role to view SRA Clusters. Currently only 'none', 'scoped', 'all' values are supported. [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
usage_reports_access str 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]