Uses of Class
com.okta.sdk.resource.model.GroupSchema
Packages that use GroupSchema
-
Uses of GroupSchema in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return GroupSchemaModifier and TypeMethodDescriptionSchemaApi.getGroupSchema()Retrieve the default Group Schema Retrieves the Group Schema The [User Types](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UserType/) feature does not extend to groups.SchemaApi.getGroupSchema(Map<String, String> additionalHeaders) Retrieve the default Group Schema Retrieves the Group Schema The [User Types](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UserType/) feature does not extend to groups.SchemaApi.updateGroupSchema(GroupSchema groupSchema) Update the Group Profile Schema Updates the Group Profile schema.SchemaApi.updateGroupSchema(GroupSchema groupSchema, Map<String, String> additionalHeaders) Update the Group Profile Schema Updates the Group Profile schema.Methods in com.okta.sdk.resource.api with parameters of type GroupSchemaModifier and TypeMethodDescriptionSchemaApi.updateGroupSchema(GroupSchema groupSchema) Update the Group Profile Schema Updates the Group Profile schema.SchemaApi.updateGroupSchema(GroupSchema groupSchema, Map<String, String> additionalHeaders) Update the Group Profile Schema Updates the Group Profile schema. -
Uses of GroupSchema in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return GroupSchemaModifier and TypeMethodDescriptionGroupSchema.definitions(GroupSchemaDefinitions definitions) GroupSchema.description(String description) GroupSchema.properties(UserSchemaProperties properties)