RoleDocumentAllOfDimensionSchemaAttributes
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| derived | bool | [optional] [default to True] | |
| display_name | str | Displayname of the dimension attribute. | [optional] |
| name | str | Name of the dimension attribute. | [optional] |
| } |
Example
from sailpoint.v2025.models.role_document_all_of_dimension_schema_attributes import RoleDocumentAllOfDimensionSchemaAttributes
role_document_all_of_dimension_schema_attributes = RoleDocumentAllOfDimensionSchemaAttributes(
derived=True,
display_name='Department',
name='department'
)