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