Module: Auth0::Types::SelfServiceProfileSSOTicketProvisioningScopeEnum

Extended by:
Internal::Types::Enum
Defined in:
lib/auth0/types/self_service_profile_sso_ticket_provisioning_scope_enum.rb

Constant Summary collapse

GET_USERS =
"get:users"
POST_USERS =
"post:users"
PUT_USERS =
"put:users"
PATCH_USERS =
"patch:users"
DELETE_USERS =
"delete:users"
GET_GROUPS =
"get:groups"
POST_GROUPS =
"post:groups"
PUT_GROUPS =
"put:groups"
PATCH_GROUPS =
"patch:groups"
DELETE_GROUPS =
"delete:groups"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load