Skip to main content

RoleMatchDto

Properties

NameTypeDescriptionNotes
RoleRefBaseReferenceDto1[optional]
MatchedAttributes[]ContextAttributeDto[optional]

Examples

  • Prepare the resource
$RoleMatchDto = Initialize-PSSailpoint.V2024RoleMatchDto  -RoleRef null `
-MatchedAttributes null
  • Convert the resource to JSON
$RoleMatchDto | ConvertTo-JSON

[Back to top]