Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.28 KB

IamPrivilege.md

File metadata and controls

17 lines (13 loc) · 1.28 KB

IamPrivilege

Privilege represents an action which can be performed in Intersight such as creating server profile, deleting a user etc.

Properties

Name Type Description Notes
hostname_prefix str The hostname prefix of the resource corresponding to this privilege. For example \'sentry\' in https://sentry.intersight.com . [optional] [readonly]
method str The API method on the rest resource corresponding to privilege. For example READ, CREATE, UPDATE etc. [optional] [readonly]
name str The name of the privilege reported by microservice. [optional] [readonly]
rest_path str The REST API path of the resource corresponding to this privilege. For example /v1/iam/Accounts, /v1/iam/Sessions. [optional] [readonly]
url_prefix str The URL path prefix of the resource corresponding to this privilege. For example /devops/kibana, /devops/grafana etc. [optional] [readonly]
account IamAccount [optional]
system IamSystem [optional]

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