Skip to main content

OutliersContributingFeatureAccessItems

Properties

NameTypeDescriptionNotes
IdStringThe ID of the access item[optional]
DisplayNameStringthe display name of the access item[optional]
DescriptionStringDescription of the access item.[optional]
AccessTypeEnum [ "ENTITLEMENT", "ACCESS_PROFILE", "ROLE" ]The type of the access item.[optional]
SourceNameStringthe associated source name if it exists[optional]
ExtremelyRareBooleanrarest access[optional] [default to $false]

Examples

  • Prepare the resource
$OutliersContributingFeatureAccessItems = Initialize-PSSailpoint.BetaOutliersContributingFeatureAccessItems  -Id 2c938083633d259901633d2623ec0375 `
-DisplayName Applied Research Access `
-Description Access to research information, lab results, and schematics `
-AccessType ENTITLEMENT `
-SourceName appName `
-ExtremelyRare true
  • Convert the resource to JSON
$OutliersContributingFeatureAccessItems | ConvertTo-JSON

[Back to top]