Sodviolationcheckresult
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Message | Errormessagedto | [optional] | |
| ClientMetadata | map[string]String | Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on completion of the violation check. | [optional] |
| ViolationContexts | []Sodviolationcontext | [optional] | |
| ViolatedPolicies | []Sodpolicydto | A list of the SOD policies that were violated. | [optional] |
Examples
- Prepare the resource
$Sodviolationcheckresult = Initialize-Sodviolationcheckresult -Message null `
-ClientMetadata {"requestedAppName":"test-app","requestedAppId":"2c91808f7892918f0178b78da4a305a1"} `
-ViolationContexts null `
-ViolatedPolicies null
- Convert the resource to JSON
$Sodviolationcheckresult | ConvertTo-JSON