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