mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.3 KiB
1.3 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-account-request | AccountRequest | AccountRequest | AccountRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/account-request |
|
AccountRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccountId | Pointer to String | Unique ID of the account | [optional] |
| AttributeRequests | Pointer to []AttributeRequest | [optional] | |
| Op | Pointer to String | The operation that was performed | [optional] |
| ProvisioningTarget | Pointer to AccountSource | [optional] | |
| Result | Pointer to AccountRequestResult | [optional] | |
| Source | Pointer to AccountSource | [optional] |
Examples
- Prepare the resource
$AccountRequest = Initialize-PSSailpoint.V2024AccountRequest -AccountId John.Doe `
-AttributeRequests null `
-Op Modify `
-ProvisioningTarget null `
-Result null `
-Source null
- Convert the resource to JSON
$AccountRequest | ConvertTo-JSON