mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.7 KiB
1.7 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-put-client-log-configuration-request | PutClientLogConfigurationRequest | PutClientLogConfigurationRequest | PutClientLogConfigurationRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/put-client-log-configuration-request |
|
PutClientLogConfigurationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientId | String | Log configuration's client ID | [optional] |
| DurationMinutes | Int32 | Duration in minutes for log configuration to remain in effect before resetting to defaults. | [optional] [default to 240] |
| RootLevel | StandardLevel | [required] | |
| LogLevels | map[string]StandardLevel | Mapping of identifiers to Standard Log Level values | [optional] |
| Expiration | System.DateTime | Expiration date-time of the log configuration request. Can be no greater than 24 hours from current date-time. | [optional] |
Examples
- Prepare the resource
$PutClientLogConfigurationRequest = Initialize-V2024PutClientLogConfigurationRequest -ClientId 3a38a51992e8445ab51a549c0a70ee66 `
-DurationMinutes 120 `
-RootLevel null `
-LogLevels INFO `
-Expiration 2024-11-06T01:31:08.013164Z
- Convert the resource to JSON
$PutClientLogConfigurationRequest | ConvertTo-JSON