Skip to main content

RoleMiningSessionScope

Properties

NameTypeDescriptionNotes
IdentityIds[]StringThe list of identities for this role mining session.[optional]
CriteriaStringThe ""search"" criteria that produces the list of identities for this role mining session.[optional]
AttributeFilterCriteria[[]SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0The filter criteria for this role mining session.[optional]

Examples

  • Prepare the resource
$RoleMiningSessionScope = Initialize-PSSailpoint.BetaRoleMiningSessionScope  -IdentityIds [2c918090761a5aac0176215c46a62d58, 2c918090761a5aac01722015c46a62d42] `
-Criteria source.name:DataScienceDataset `
-AttributeFilterCriteria {displayName={untranslated=Location: Miami}, ariaLabel={untranslated=Location: Miami}, data={displayName={translateKey=IDN.IDENTITY_ATTRIBUTES.LOCATION}, name=location, operator=EQUALS, values=[Miami]}}
  • Convert the resource to JSON
$RoleMiningSessionScope | ConvertTo-JSON

[Back to top]