Uses of Class
com.okta.sdk.resource.model.GroupSchemaAttribute
Packages that use GroupSchemaAttribute
-
Uses of GroupSchemaAttribute in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return GroupSchemaAttributeModifier and TypeMethodDescriptionGroupSchemaAttribute._enum(List<GroupSchemaAttributeEnumInner> _enum) GroupSchemaAttribute.addenumItem(GroupSchemaAttributeEnumInner _enumItem) GroupSchemaAttribute.addoneOfItem(UserSchemaAttributeEnum oneOfItem) GroupSchemaAttribute.addpermissionsItem(UserSchemaAttributePermission permissionsItem) GroupSchemaAttribute.description(String description) GroupSchemaAttribute.externalName(String externalName) GroupSchemaAttribute.externalNamespace(String externalNamespace) GroupSchemaAttribute.format(UserSchemaAttributeFormat format) GroupSchemaBaseProperties.getDescription()Human readable description of the GroupGroupSchemaBaseProperties.getName()Unique identifier for the GroupGroupSchemaAttribute.items(UserSchemaAttributeItems items) GroupSchemaAttribute.master(UserSchemaAttributeMaster master) GroupSchemaAttribute.mutability(UserSchemaAttributeMutabilityString mutability) GroupSchemaAttribute.oneOf(List<UserSchemaAttributeEnum> oneOf) GroupSchemaAttribute.permissions(List<UserSchemaAttributePermission> permissions) GroupSchemaAttribute.scope(UserSchemaAttributeScope scope) GroupSchemaAttribute.type(UserSchemaAttributeType type) Methods in com.okta.sdk.resource.model that return types with arguments of type GroupSchemaAttributeModifier and TypeMethodDescriptionGroupSchemaCustom.getProperties()The `#custom` object propertiesMethods in com.okta.sdk.resource.model with parameters of type GroupSchemaAttributeModifier and TypeMethodDescriptionGroupSchemaBaseProperties.description(GroupSchemaAttribute description) GroupSchemaBaseProperties.name(GroupSchemaAttribute name) GroupSchemaCustom.putpropertiesItem(String key, GroupSchemaAttribute propertiesItem) voidGroupSchemaBaseProperties.setDescription(GroupSchemaAttribute description) voidGroupSchemaBaseProperties.setName(GroupSchemaAttribute name) Method parameters in com.okta.sdk.resource.model with type arguments of type GroupSchemaAttributeModifier and TypeMethodDescriptionGroupSchemaCustom.properties(Map<String, GroupSchemaAttribute> properties) voidGroupSchemaCustom.setProperties(Map<String, GroupSchemaAttribute> properties)