Okta.Sdk.Model.GroupSchemaAttribute

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
DescriptionstringDescription of the property[optional]
EnumList<Object>Enumerated value of the property. The value of the property is limited to one of the values specified in the enum definition. The list of values for the enum must consist of unique elements.[optional]
ExternalNamestringName of the property as it exists in an external application[optional]
ExternalNamespacestringNamespace from the external application[optional]
FormatUserSchemaAttributeFormatIdentifies the type of data represented by the string[optional]
ItemsUserSchemaAttributeItems[optional]
MasterGroupSchemaAttributeMaster[optional]
MaxLengthint?Maximum character length of a string property[optional]
MinLengthint?Minimum character length of a string property[optional]
MutabilityUserSchemaAttributeMutabilityStringDefines the mutability of the property[optional]
OneOfList<UserSchemaAttributeEnum>Non-empty array of valid JSON schemas. The `oneOf` key is only supported in conjunction with `enum` and provides a mechanism to return a display name for the `enum` value.<br> Each schema has the following format: ``` { &quot;const&quot;: &quot;enumValue&quot;, &quot;title&quot;: &quot;display name&quot; } ``` When `enum` is used in conjunction with `oneOf`, you must keep the set of enumerated values and their order.<br> For example: ``` &quot;enum&quot;: [&quot;S&quot;,&quot;M&quot;,&quot;L&quot;,&quot;XL&quot;], &quot;oneOf&quot;: [ {&quot;const&quot;: &quot;S&quot;, &quot;title&quot;: &quot;Small&quot;}, {&quot;const&quot;: &quot;M&quot;, &quot;title&quot;: &quot;Medium&quot;}, {&quot;const&quot;: &quot;L&quot;, &quot;title&quot;: &quot;Large&quot;}, {&quot;const&quot;: &quot;XL&quot;, &quot;title&quot;: &quot;Extra Large&quot;} ] ```[optional]
PermissionsList<UserSchemaAttributePermission>Access control permissions for the property[optional]
Requiredbool?Determines whether the property is required[optional]
ScopeUserSchemaAttributeScopeDetermines whether a group attribute can be set at the individual or group level[optional]
TitlestringUser-defined display name for the property[optional]
TypeUserSchemaAttributeTypeType of property[optional]
Uniquebool?Determines whether property values must be unique[optional]

[Back to Model list] [Back to API list] [Back to README]