Okta.Sdk.Model.SamlAttributeStatement
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | The type of attribute statements object | [optional] |
| Name | string | The name of the group attribute in your app. The attribute name must be unique across all user and group attribute statements. | [optional] |
| Namespace | string | The name format of the group attribute. Supported values: | [optional] |
| Values | List<string> | The attribute values (supports Okta Expression Language) | [optional] |
| FilterType | string | The operation to filter groups based on `filterValue` | [optional] |
| FilterValue | string | Filter the groups based on a specific value. | [optional] |