Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/OutliersContributingFeatureAccessItems.md
2025-01-28 13:29:29 -05:00

1.8 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-outliers-contributing-feature-access-items OutliersContributingFeatureAccessItems OutliersContributingFeatureAccessItems OutliersContributingFeatureAccessItems powershellsdk
powershell
PowerShell
sdk
OutliersContributingFeatureAccessItems
V2024OutliersContributingFeatureAccessItems
/tools/sdk/powershell/v2024/models/outliers-contributing-feature-access-items
SDK
Software Development Kit
OutliersContributingFeatureAccessItems
V2024OutliersContributingFeatureAccessItems

OutliersContributingFeatureAccessItems

Properties

Name Type Description Notes
Id Pointer to String The ID of the access item [optional]
DisplayName Pointer to String the display name of the access item [optional]
Description Pointer to String Description of the access item. [optional]
AccessType Pointer to Enum [ "ENTITLEMENT", "ACCESS_PROFILE", "ROLE" ] The type of the access item. [optional]
SourceName Pointer to String the associated source name if it exists [optional]
ExtremelyRare Pointer to Boolean rarest access [optional] [default to $false]

Examples

  • Prepare the resource
$OutliersContributingFeatureAccessItems = Initialize-PSSailpoint.V2024OutliersContributingFeatureAccessItems  -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]