Default Cisco IdP for authentication.
Name | Type | Description | Notes |
---|---|---|---|
domain_name | str | The email domain name for this IdP of the user. When a user enters an email during login in the Intersight home page, the IdP is picked by matching this domain name with the email domain name for authentication. | [optional] [readonly] |
idp_entity_id | str | Entity ID of the IdP. In SAML, the entity ID uniquely identifies the IdP/Service Provider. | [optional] [readonly] |
multi_factor_authentication | bool | The flag represents if the second factor of authentication is required for Cisco IdP users. | [optional] |
name | str | Cisco IdP reference in an account. | [optional] [readonly] |
account | IamAccount | [optional] | |
idp | IamIdp | [optional] | |
user_preferences | list[IamUserPreference] | A reference to a iamUserPreference resource. When the $expand query parameter is specified, the referenced resource is returned inline. The UI preference object for each user logged in through this IdP. | [optional] [readonly] |
usergroups | list[IamUserGroup] | A reference to a iamUserGroup resource. When the $expand query parameter is specified, the referenced resource is returned inline. User groups added in an IdP. User group provides a way to configure permission assignment for a group of users based on IdP attributes received after authentication. | [optional] |
users | list[IamUser] | A reference to a iamUser resource. When the $expand query parameter is specified, the referenced resource is returned inline. Added or logged in users of an IdP who can access an Intersight account. | [optional] |