Package com.okta.sdk.resource.model
Class UserSchemaBase
java.lang.Object
com.okta.sdk.resource.model.UserSchemaBase
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class UserSchemaBase
extends Object
implements Serializable
All Okta-defined Profile properties are defined in a Profile subschema with the resolution scope `#base`.
You can't modify these properties, except to update permissions, to change the nullability of
`firstName` and `lastName`, or to specify a pattern for `login`. They can't be
removed. The base User Profile is based on the [System for Cross-domain Identity Management: Core
Schema](https://tools.ietf.org/html/draft-ietf-scim-core-schema-22#section-4.1.1) and has the standard properties
detailed below.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The subschema nameThe `#base` object propertiesA collection indicating required property namesgetType()
The object typeint
hashCode()
properties
(UserSchemaBaseProperties properties) void
setProperties
(UserSchemaBaseProperties properties) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
JSON_PROPERTY_REQUIRED
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
UserSchemaBase
public UserSchemaBase()
-
-
Method Details
-
getId
The subschema name- Returns:
- id
-
properties
-
getProperties
The `#base` object properties- Returns:
- properties
-
setProperties
-
getRequired
A collection indicating required property names- Returns:
- required
-
getType
The object type- Returns:
- type
-
equals
-
hashCode
public int hashCode() -
toString
-