Settings API - Business event security context schema table
Business event security context (builtin:bizevents-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:bizevents-security-context-rules |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:bizevents-security-context-rules |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:bizevents-security-context-rules | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:bizevents-security-context-rules |
Authentication
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Property | Type | Description | Required |
---|---|---|---|
securityContextRule | SecurityContextRule | - | required |
The SecurityContextRule
object
Property | Type | Description | Required |
---|---|---|---|
Rule nameruleName | text | - | required |
Matcherquery | text | - | required |
Select value source typevalueSource | enum |
| required |
Valuevalue | text | Literal value to be set | required |
Value source fieldvalueSourceField | text | Name of field used to copy value | required |