Description
Contains the accounts existing on a target system.
The SCIM attribute roles contains the account's grants as an object of class com.soffid.iam.iga.api.RoleAccount.
The SCIM attribute roles.role contains the roles granted to a user as an object of class com.soffid.iam.iga.api.Role.
When the account is of type Single-user, the SCIM attribute users.user contains the owner of the account as on object of class com.soffid.iam.base.api.User.
When the account is of type shared, privileged or unmanaged, the SCIM attribute acl.user contains the users with access to this account.
When the account is of type shared, privileged or unmanaged, the SCIM attribute acl.role contains the roles with access to this account.
When the account is of type shared, privileged or unmanaged, the SCIM attribute acl.group contains the groups with access to this account.