Uses of Enum
com.okta.sdk.resource.model.UserSchemaAttributeScope
-
Uses of UserSchemaAttributeScope in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic UserSchemaAttributeScope
GroupSchemaAttribute.getScope()
Determines whether a group attribute can be set at the individual or group levelUserSchemaAttribute.getScope()
Get scopestatic UserSchemaAttributeScope
Returns the enum constant of this type with the specified name.static UserSchemaAttributeScope[]
UserSchemaAttributeScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionGroupSchemaAttribute.scope
(UserSchemaAttributeScope scope) UserSchemaAttribute.scope
(UserSchemaAttributeScope scope) void
GroupSchemaAttribute.setScope
(UserSchemaAttributeScope scope) void
UserSchemaAttribute.setScope
(UserSchemaAttributeScope scope)