Skip to main content

allowlisted_users

Overview

Nameallowlisted_users
TypeResource
Idsumologic.saml.allowlisted_users

Fields

NameDatatypeDescription
canManageSamlbooleanIf the user can manage SAML Configurations.
emailstringEmail of the user.
firstNamestringFirst name of the user.
isActivebooleanChecks if the user is active.
lastLoginstringTimestamp of the last login of the user.
lastNamestringLast name of the user.
userIdstringUnique identifier of the user.

Methods

NameAccessible byRequired ParamsDescription
getAllowlistedUsersSELECTregionGet a list of allowlisted users.
createAllowlistedUserINSERTuserId, regionAllowlist a user from SAML lockdown allowing them to sign in using a password in addition to SAML.
deleteAllowlistedUserDELETEuserId, regionRemove an allowlisted user requiring them to sign in using SAML.