mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
2.1 KiB
2.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-requestable-object | RequestableObject | RequestableObject | RequestableObject | powershellsdk |
|
/tools/sdk/powershell/v2024/models/requestable-object |
|
RequestableObject
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Id of the requestable object itself | [optional] |
| Name | String | Human-readable display name of the requestable object | [optional] |
| Created | System.DateTime | The time when the requestable object was created | [optional] |
| Modified | System.DateTime | The time when the requestable object was last modified | [optional] |
| Description | String | Description of the requestable object. | [optional] |
| Type | RequestableObjectType | [optional] | |
| RequestStatus | RequestableObjectRequestStatus | [optional] | |
| IdentityRequestId | String | If requestStatus is PENDING, indicates the id of the associated account activity. | [optional] |
| OwnerRef | IdentityReferenceWithNameAndEmail | [optional] | |
| RequestCommentsRequired | Boolean | Whether the requester must provide comments when requesting the object. | [optional] |
Examples
- Prepare the resource
$RequestableObject = Initialize-PSSailpoint.V2024RequestableObject -Id 2c9180835d2e5168015d32f890ca1581 `
-Name Applied Research Access `
-Created 2017-07-11T18:45:37.098Z `
-Modified 2018-06-25T20:22:28.104Z `
-Description Access to research information, lab results, and schematics. `
-Type null `
-RequestStatus null `
-IdentityRequestId null `
-OwnerRef null `
-RequestCommentsRequired false
- Convert the resource to JSON
$RequestableObject | ConvertTo-JSON