Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 3.89 KB

IamAccount.md

File metadata and controls

24 lines (20 loc) · 3.89 KB

IamAccount

The Intersight Account used to access Intersight.

Properties

Name Type Description Notes
name str Name of the Intersight account. By default, name is same as the MoID of the account. [optional]
status str Status of the account. To activate the Intersight account, claim a device to the account. [optional] [readonly]
app_registrations list[IamAppRegistration] A reference to a iamAppRegistration resource. When the $expand query parameter is specified, the referenced resource is returned inline. List of registered OAuth2 applications created from the account. [optional] [readonly]
domain_groups list[IamDomainGroup] A reference to a iamDomainGroup resource. When the $expand query parameter is specified, the referenced resource is returned inline. The domain Groups are configured in an account for scaling purpose. Currently, only onboarding-device account has multiple domain groups and other accounts have only one domain group per account. [optional] [readonly]
end_point_roles list[IamEndPointRole] A reference to a iamEndPointRole resource. When the $expand query parameter is specified, the referenced resource is returned inline. User defined end point roles. These roles are assigned to Intersight users to perform end point operations such as GUI/CLI cross launch. [optional] [readonly]
idpreferences list[IamIdpReference] A reference to a iamIdpReference resource. When the $expand query parameter is specified, the referenced resource is returned inline. System created IdPs configured for authentication in an account. By default Cisco IdP is created upon account creation. [optional] [readonly]
idps list[IamIdp] A reference to a iamIdp resource. When the $expand query parameter is specified, the referenced resource is returned inline. IdPs configured for authentication in an account. IdP object handles the third-party IdP details. [optional] [readonly]
permissions list[IamPermission] A reference to a iamPermission resource. When the $expand query parameter is specified, the referenced resource is returned inline. System defined permissions within an account. Permission provides a way to assign roles to a user or user group to perform operations on object hierarchy. [optional] [readonly]
privilege_sets list[IamPrivilegeSet] A reference to a iamPrivilegeSet resource. When the $expand query parameter is specified, the referenced resource is returned inline. User defined privilege sets. Privilege set is a collection of privileges. Privilege sets are assigned to a user using roles. [optional] [readonly]
privileges list[IamPrivilege] A reference to a iamPrivilege resource. When the $expand query parameter is specified, the referenced resource is returned inline. Privileges are assigned to a user using privilege sets and roles. Privileges define user permissions and the actions a user can perform in Intersight. [optional] [readonly]
resource_limits IamResourceLimits [optional]
roles list[IamRole] A reference to a iamRole resource. When the $expand query parameter is specified, the referenced resource is returned inline. User defined roles created within an account. Role is a collection of privilege sets. Roles are assigned to user using permission object. [optional] [readonly]
security_holder IamSecurityHolder [optional]
session_limits IamSessionLimits [optional]

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