Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
UserSchema |
SchemaApi.getApplicationUserSchema(String appId)
Retrieve the default Application User Schema for an Application
Retrieves the Schema for an App User
|
UserSchema |
SchemaApi.getApplicationUserSchema(String appId,
Map<String,String> additionalHeaders)
Retrieve the default Application User Schema for an Application
Retrieves the Schema for an App User
|
UserSchema |
SchemaApi.getUserSchema(String schemaId)
Retrieve a User Schema
Retrieves the schema for a Schema Id
|
UserSchema |
SchemaApi.getUserSchema(String schemaId,
Map<String,String> additionalHeaders)
Retrieve a User Schema
Retrieves the schema for a Schema Id
|
UserSchema |
SchemaApi.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 Schema
|
UserSchema |
SchemaApi.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 Schema
|
UserSchema |
SchemaApi.updateUserProfile(String schemaId,
UserSchema userSchema)
Update a User Schema
Partially updates on the User Profile properties of the user schema
|
UserSchema |
SchemaApi.updateUserProfile(String schemaId,
UserSchema userSchema,
Map<String,String> additionalHeaders)
Update a User Schema
Partially updates on the User Profile properties of the user schema
|
Modifier and Type | Method and Description |
---|---|
UserSchema |
SchemaApi.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 Schema
|
UserSchema |
SchemaApi.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 Schema
|
UserSchema |
SchemaApi.updateUserProfile(String schemaId,
UserSchema userSchema)
Update a User Schema
Partially updates on the User Profile properties of the user schema
|
UserSchema |
SchemaApi.updateUserProfile(String schemaId,
UserSchema userSchema,
Map<String,String> additionalHeaders)
Update a User Schema
Partially updates on the User Profile properties of the user schema
|
Modifier and Type | Method and Description |
---|---|
UserSchema |
UserSchema.definitions(UserSchemaDefinitions definitions) |
UserSchema |
UserSchema.links(LinksSelf links) |
UserSchema |
UserSchema.properties(UserSchemaProperties properties) |
UserSchema |
UserSchema.title(String title) |
Copyright © 2017–2023 Okta. All rights reserved.