Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
GroupSchema |
SchemaApi.getGroupSchema()
Retrieve the default Group Schema
Retrieves the group schema
|
GroupSchema |
SchemaApi.updateGroupSchema(GroupSchema groupSchema)
Update the default Group Schema
Updates, adds or removes one or more custom Group Profile properties in the schema
|
Modifier and Type | Method and Description |
---|---|
<T> T |
SchemaApi.updateGroupSchema(java.lang.Class<?> T,
GroupSchema groupSchema)
Update the default Group Schema
Updates, adds or removes one or more custom Group Profile properties in the schema
|
GroupSchema |
SchemaApi.updateGroupSchema(GroupSchema groupSchema)
Update the default Group Schema
Updates, adds or removes one or more custom Group Profile properties in the schema
|
PagedList |
SchemaApi.updateGroupSchemaWithPaginationInfo(GroupSchema groupSchema)
Update the default Group Schema
Updates, adds or removes one or more custom Group Profile properties in the schema
|
Modifier and Type | Method and Description |
---|---|
GroupSchema |
GroupSchema.definitions(GroupSchemaDefinitions definitions) |
GroupSchema |
GroupSchema.description(java.lang.String description) |
GroupSchema |
GroupSchema.properties(UserSchemaProperties properties) |
GroupSchema |
GroupSchema.title(java.lang.String title) |
Copyright © 2017-2022 Okta. All Rights Reserved.