Skip to main content

RoleCriteriaKey

Properties

NameTypeDescriptionNotes
TypeRoleCriteriaKeyType[required]
PropertyStringThe name of the attribute or entitlement to which the associated criteria applies.[required]
SourceIdStringID of the Source from which an account attribute or entitlement is drawn. Required if type is ACCOUNT or ENTITLEMENT[optional]

Examples

  • Prepare the resource
$RoleCriteriaKey = Initialize-PSSailpoint.V2024RoleCriteriaKey  -Type null `
-Property attribute.email `
-SourceId 2c9180867427f3a301745aec18211519
  • Convert the resource to JSON
$RoleCriteriaKey | ConvertTo-JSON

[Back to top]