Settings API - Log security context schema table
Log Security Context (builtin:logmonitoring.log-security-context-rules
)
Configure rules for security context. The first user-defined rule that matches will be executed. Learn more by visiting our documentation.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:logmonitoring.log-security-context-rules |
| environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
securityContextRule | - | SecurityContextRule | - | required |
Request body objects
The SecurityContextRule
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
ruleName | Rule name | text | - | required |
query | Matcher | text | - | required |
valueSource | Select value source type | enum | - | required |
value | Value | text | Literal value to be set | required |
valueSourceField | Value source field | text | Name of field used to copy value | required |