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 Application User Schema for an Application Retrieves the Schema for an App UserSchemaApi.getApplicationUserSchema
(String appId, Map<String, String> additionalHeaders) Retrieve the default Application User Schema for an Application Retrieves the Schema for an App UserSchemaApi.getUserSchema
(String schemaId) Retrieve a User Schema Retrieves the schema for a Schema IdSchemaApi.getUserSchema
(String schemaId, Map<String, String> additionalHeaders) Retrieve a User Schema Retrieves the schema for a Schema IdSchemaApi.updateApplicationUserProfile
(String appId, UserSchema body) Update the default Application User Schema for an Application Partially updates on the User Profile properties of the Application User SchemaSchemaApi.updateApplicationUserProfile
(String appId, UserSchema body, Map<String, String> additionalHeaders) Update the default Application User Schema for an Application Partially updates on the User Profile properties of the Application User SchemaSchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema) Update a User Schema Partially updates on the User Profile properties of the user schemaSchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema, Map<String, String> additionalHeaders) Update a User Schema Partially updates on the User Profile properties of the user schemaModifier and TypeMethodDescriptionSchemaApi.updateApplicationUserProfile
(String appId, UserSchema body) Update the default Application User Schema for an Application Partially updates on the User Profile properties of the Application User SchemaSchemaApi.updateApplicationUserProfile
(String appId, UserSchema body, Map<String, String> additionalHeaders) Update the default Application User Schema for an Application Partially updates on the User Profile properties of the Application User SchemaSchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema) Update a User Schema Partially updates on the User Profile properties of the user schemaSchemaApi.updateUserProfile
(String schemaId, UserSchema userSchema, Map<String, String> additionalHeaders) Update a User Schema Partially updates on the User Profile properties of the user schema -
Uses of UserSchema in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionUserSchema.definitions
(UserSchemaDefinitions definitions) UserSchema.properties
(UserSchemaProperties properties)