mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
919 B
919 B
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-match-dto | RoleMatchDto | RoleMatchDto | RoleMatchDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-match-dto |
|
RoleMatchDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RoleRef | BaseReferenceDto1 | [optional] | |
| MatchedAttributes | []ContextAttributeDto | [optional] |
Examples
- Prepare the resource
$RoleMatchDto = Initialize-PSSailpoint.V2024RoleMatchDto -RoleRef null `
-MatchedAttributes null
- Convert the resource to JSON
$RoleMatchDto | ConvertTo-JSON