Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Access.md
2025-01-28 13:29:29 -05: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 Access Access Access powershellsdk
powershell
PowerShell
sdk
Access
V2024Access
/tools/sdk/powershell/v2024/models/access
SDK
Software Development Kit
Access
V2024Access

Access

Properties

Name Type Description Notes
Id Pointer to String The unique ID of the referenced object. [optional]
Name Pointer to String The human readable name of the referenced object. [optional]
DisplayName Pointer to String [optional]
Type Pointer to DtoType [optional]
Description Pointer to String [optional]

Examples

  • Prepare the resource
$Access = Initialize-PSSailpoint.V2024Access  -Id 2c91808568c529c60168cca6f90c1313 `
 -Name John Doe `
 -DisplayName John Q. Doe `
 -Type null `
 -Description null
  • Convert the resource to JSON
$Access | ConvertTo-JSON

[Back to top]