Uses of Class
com.okta.sdk.resource.model.UserSchema
Packages that use UserSchema
-
Uses of UserSchema in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return UserSchemaModifier 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 schemaMethods in com.okta.sdk.resource.api with parameters of type UserSchemaModifier 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
Methods in com.okta.sdk.resource.model that return UserSchemaModifier and TypeMethodDescriptionUserSchema.definitions(UserSchemaDefinitions definitions) UserSchema.properties(UserSchemaProperties properties)