Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RoleDocumentAllOfDimensionSchemaAttributes.md
2025-02-18 21:09:13 +00:00

1.4 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
v2024-role-document-all-of-dimension-schema-attributes RoleDocumentAllOfDimensionSchemaAttributes RoleDocumentAllOfDimensionSchemaAttributes RoleDocumentAllOfDimensionSchemaAttributes powershellsdk
powershell
PowerShell
sdk
RoleDocumentAllOfDimensionSchemaAttributes
V2024RoleDocumentAllOfDimensionSchemaAttributes
/tools/sdk/powershell/v2024/models/role-document-all-of-dimension-schema-attributes
SDK
Software Development Kit
RoleDocumentAllOfDimensionSchemaAttributes
V2024RoleDocumentAllOfDimensionSchemaAttributes

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-PSSailpoint.V2024RoleDocumentAllOfDimensionSchemaAttributes  -Derived true `
 -DisplayName Department `
 -Name department
  • Convert the resource to JSON
$RoleDocumentAllOfDimensionSchemaAttributes | ConvertTo-JSON

[Back to top]