Uses of Class
com.okta.sdk.resource.model.UserSchema
-
Uses of UserSchema in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionSchemaApi.getApplicationUserSchema
(String appId) Retrieve the default App User Schema for an App Retrieves the default Schema for an App User.SchemaApi.getApplicationUserSchema
(String appId, Map<String, String> additionalHeaders) Retrieve the default App User Schema for an App Retrieves the default Schema for an App User.SchemaApi.getUserSchema
(String schemaId) Retrieve a User Schema Retrieves the Schema for a User TypeSchemaApi.getUserSchema
(String schemaId, Map<String, String> additionalHeaders) Retrieve a User Schema Retrieves the Schema for a User TypeSchemaApi.updateApplicationUserProfile
(String appId, UserSchema body) Update the App User Profile Schema for an App Updates the App User Schema.SchemaApi.updateApplicationUserProfile
(String appId, UserSchema body, Map<String, String> additionalHeaders) Update the App User Profile Schema for an App Updates the App User Schema.SchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema) Update a User Schema Updates a User Schema.SchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema, Map<String, String> additionalHeaders) Update a User Schema Updates a User Schema.Modifier and TypeMethodDescriptionSchemaApi.updateApplicationUserProfile
(String appId, UserSchema body) Update the App User Profile Schema for an App Updates the App User Schema.SchemaApi.updateApplicationUserProfile
(String appId, UserSchema body, Map<String, String> additionalHeaders) Update the App User Profile Schema for an App Updates the App User Schema.SchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema) Update a User Schema Updates a User Schema.SchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema, Map<String, String> additionalHeaders) Update a User Schema Updates a User Schema. -
Uses of UserSchema in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionUserSchema.definitions
(UserSchemaDefinitions definitions) UserSchema.properties
(UserSchemaProperties properties)