Uses of Class
com.okta.sdk.resource.model.GroupSchemaAttribute
-
Uses of GroupSchemaAttribute in com.okta.sdk.resource.model
Modifier 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) Modifier and TypeMethodDescriptionGroupSchemaCustom.getProperties()
The `#custom` object propertiesModifier and TypeMethodDescriptionGroupSchemaBaseProperties.description
(GroupSchemaAttribute description) GroupSchemaBaseProperties.name
(GroupSchemaAttribute name) GroupSchemaCustom.putpropertiesItem
(String key, GroupSchemaAttribute propertiesItem) void
GroupSchemaBaseProperties.setDescription
(GroupSchemaAttribute description) void
GroupSchemaBaseProperties.setName
(GroupSchemaAttribute name) Modifier and TypeMethodDescriptionGroupSchemaCustom.properties
(Map<String, GroupSchemaAttribute> properties) void
GroupSchemaCustom.setProperties
(Map<String, GroupSchemaAttribute> properties)