mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
1.2 KiB
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-ref | AccessProfileRef | AccessProfileRef | AccessProfileRef | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-profile-ref |
|
AccessProfileRef
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | ID of the Access Profile | [optional] |
| Type | Enum [ "ACCESS_PROFILE" ] | Type of requested object. This field must be either left null or set to 'ACCESS_PROFILE' when creating an Access Profile, otherwise a 400 Bad Request error will result. | [optional] |
| Name | String | Human-readable display name of the Access Profile. This field is ignored on input. | [optional] |
Examples
- Prepare the resource
$AccessProfileRef = Initialize-V2024AccessProfileRef -Id ff808081751e6e129f1518161919ecca `
-Type ACCESS_PROFILE `
-Name Access Profile 2567
- Convert the resource to JSON
$AccessProfileRef | ConvertTo-JSON