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

1.2 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-access-profile-source-ref AccessProfileSourceRef AccessProfileSourceRef AccessProfileSourceRef powershellsdk
powershell
PowerShell
sdk
AccessProfileSourceRef
V2024AccessProfileSourceRef
/tools/sdk/powershell/v2024/models/access-profile-source-ref
SDK
Software Development Kit
AccessProfileSourceRef
V2024AccessProfileSourceRef

AccessProfileSourceRef

Properties

Name Type Description Notes
Id String The ID of the Source with with which the Access Profile is associated [optional]
Type Enum [ "SOURCE" ] The type of the Source, will always be SOURCE [optional]
Name String The display name of the associated Source [optional]

Examples

  • Prepare the resource
$AccessProfileSourceRef = Initialize-PSSailpoint.V2024AccessProfileSourceRef  -Id 2c91809773dee3610173fdb0b6061ef4 `
 -Type SOURCE `
 -Name ODS-AD-SOURCE
  • Convert the resource to JSON
$AccessProfileSourceRef | ConvertTo-JSON

[Back to top]