mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.5 KiB
1.5 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-multi-host-integrations-accounts-file | MultiHostIntegrationsAccountsFile | MultiHostIntegrationsAccountsFile | MultiHostIntegrationsAccountsFile | powershellsdk |
|
/tools/sdk/powershell/v2024/models/multi-host-integrations-accounts-file |
|
MultiHostIntegrationsAccountsFile
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | Name of the accounts file. | [optional] |
| Key | String | The accounts file key. | [optional] |
| UploadTime | System.DateTime | Date-time when the file was uploaded | [optional] |
| Expiry | System.DateTime | Date-time when the accounts file expired. | [optional] |
| Expired | Boolean | If this is true, it indicates that the accounts file has expired. | [optional] [default to $false] |
Examples
- Prepare the resource
$MultiHostIntegrationsAccountsFile = Initialize-V2024MultiHostIntegrationsAccountsFile -Name My Accounts File `
-Key 2c91808568c529c60168cca6f90c2222 `
-UploadTime 2022-02-08T14:50:03.827Z `
-Expiry 2022-02-08T14:50:03.827Z `
-Expired false
- Convert the resource to JSON
$MultiHostIntegrationsAccountsFile | ConvertTo-JSON