All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.UserSchema.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

The newest version!


# UserSchema


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**$schema** | **String** | JSON Schema version identifier |  [optional] [readonly] |
|**created** | **String** | Timestamp when the Schema was created |  [optional] [readonly] |
|**definitions** | [**UserSchemaDefinitions**](UserSchemaDefinitions.md) | User Profile subschemas  The Profile object for a User is defined by a composite Schema of base and custom properties using a JSON path to reference subschemas. The `#base` properties are defined and versioned by Okta, while `#custom` properties are extensible. Custom property names for the Profile object must be unique and can't conflict with a property name defined in the `#base` subschema. |  [optional] |
|**id** | **String** | URI of User Schema |  [optional] [readonly] |
|**lastUpdated** | **String** | Timestamp when the Schema was last updated |  [optional] [readonly] |
|**name** | **String** | Name of the Schema |  [optional] [readonly] |
|**properties** | [**UserSchemaProperties**](UserSchemaProperties.md) | User Object Properties |  [optional] |
|**title** | **String** | User-defined display name for the Schema |  [optional] |
|**type** | **String** | Type of [root Schema](https://tools.ietf.org/html/draft-zyp-json-schema-04#section-3.4) |  [optional] [readonly] |
|**links** | [**LinksSelf**](LinksSelf.md) |  |  [optional] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy