Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccessProfileSourceRef.md
2025-05-07 14:37:48 +00:00

1.1 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 ID of the source the access profile is associated with. [optional]
Type Enum [ "SOURCE" ] Source's DTO type. [optional]
Name String Source name. [optional]

Examples

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

[Back to top]