mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.4 KiB
1.4 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-client-log-configuration | ClientLogConfiguration | ClientLogConfiguration | ClientLogConfiguration | powershellsdk |
|
/tools/sdk/powershell/beta/models/client-log-configuration |
|
ClientLogConfiguration
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 | [required] |
| Expiration | System.DateTime | Expiration date-time of the log configuration request | [optional] |
| RootLevel | StandardLevel | [required] | |
| LogLevels | map[string]StandardLevel | Mapping of identifiers to Standard Log Level values | [optional] |
Examples
- Prepare the resource
$ClientLogConfiguration = Initialize-PSSailpoint.BetaClientLogConfiguration -ClientId aClientId `
-DurationMinutes 120 `
-Expiration 2020-12-15T19:13:36.079Z `
-RootLevel null `
-LogLevels INFO
- Convert the resource to JSON
$ClientLogConfiguration | ConvertTo-JSON