Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RoleMatchDto.md
2025-02-03 22:09:17 +00:00

914 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
powershell
PowerShell
sdk
RoleMatchDto
BetaRoleMatchDto
/tools/sdk/powershell/beta/models/role-match-dto
SDK
Software Development Kit
RoleMatchDto
BetaRoleMatchDto

RoleMatchDto

Properties

Name Type Description Notes
RoleRef BaseReferenceDto1 [optional]
MatchedAttributes []ContextAttributeDto [optional]

Examples

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

[Back to top]