allowlisted_users
Overview
Name | allowlisted_users |
Type | Resource |
Id | sumologic.saml.allowlisted_users |
Fields
Name | Datatype | Description |
---|---|---|
canManageSaml | boolean | If the user can manage SAML Configurations. |
email | string | Email of the user. |
firstName | string | First name of the user. |
isActive | boolean | Checks if the user is active. |
lastLogin | string | Timestamp of the last login of the user. |
lastName | string | Last name of the user. |
userId | string | Unique identifier of the user. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getAllowlistedUsers | SELECT | region | Get a list of allowlisted users. |
createAllowlistedUser | INSERT | userId, region | Allowlist a user from SAML lockdown allowing them to sign in using a password in addition to SAML. |
deleteAllowlistedUser | DELETE | userId, region | Remove an allowlisted user requiring them to sign in using SAML. |