Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/RoleDocumentAllOfDimensionSchemaAttributes.md
2025-05-07 14:37:48 +00:00

1.3 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
role-document-all-of-dimension-schema-attributes RoleDocumentAllOfDimensionSchemaAttributes RoleDocumentAllOfDimensionSchemaAttributes RoleDocumentAllOfDimensionSchemaAttributes powershellsdk
powershell
PowerShell
sdk
RoleDocumentAllOfDimensionSchemaAttributes
RoleDocumentAllOfDimensionSchemaAttributes
/tools/sdk/powershell/v3/models/role-document-all-of-dimension-schema-attributes
SDK
Software Development Kit
RoleDocumentAllOfDimensionSchemaAttributes
RoleDocumentAllOfDimensionSchemaAttributes

RoleDocumentAllOfDimensionSchemaAttributes

Properties

Name Type Description Notes
Derived Boolean [optional] [default to $true]
DisplayName String Displayname of the dimension attribute. [optional]
Name String Name of the dimension attribute. [optional]

Examples

  • Prepare the resource
$RoleDocumentAllOfDimensionSchemaAttributes = Initialize-RoleDocumentAllOfDimensionSchemaAttributes  -Derived true `
 -DisplayName Department `
 -Name department
  • Convert the resource to JSON
$RoleDocumentAllOfDimensionSchemaAttributes | ConvertTo-JSON

[Back to top]