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