mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
991 B
991 B
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-base-access-profile | BaseAccessProfile | BaseAccessProfile | BaseAccessProfile | powershellsdk |
|
/tools/sdk/powershell/v2024/models/base-access-profile |
|
BaseAccessProfile
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to String | Access profile's unique ID. | [optional] |
| Name | Pointer to String | Access profile's display name. | [optional] |
Examples
- Prepare the resource
$BaseAccessProfile = Initialize-PSSailpoint.V2024BaseAccessProfile -Id 2c91809c6faade77016fb4f0b63407ae `
-Name Admin Access
- Convert the resource to JSON
$BaseAccessProfile | ConvertTo-JSON