Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.31 KB

IamAccountPermissions.md

File metadata and controls

14 lines (10 loc) · 1.31 KB

IamAccountPermissions

Users can log in through the base URL (https://intersight.com) or account-specific URLs. When the Intersight user logs in through the base URL, Intersight identifies the accounts and permissions within each account which the user has access to. In case multiple permissions are identified, the user and session objects are created in the onboarding-user account, and the session object is updated with account and permission information. Intersight GUI uses this information to show available accounts and permissions for the user to select.

Properties

Name Type Description Notes
account_identifier str MOID of the account which a user can select after authentication. [optional] [readonly]
account_name str Name of the account which a user can select after authentication. [optional] [readonly]
account_status str Status of the account. Account remains inactive until a device is claimed to the account. [optional] [readonly]
permissions list[IamPermissionReference] [optional]

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