Create Monitor
Create a new conflict monitor for defining a Separation of Duty rule. Entitlement sets are bound separately via AppEntitlementMonitorBindingService.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
The request message for creating a new conflict monitor.
Response
A conflict monitor defines a Separation of Duty rule between two entitlement sets. It detects when any user holds entitlements from both set A and set B simultaneously.
A conflict monitor defines a Separation of Duty rule between two entitlement sets. It detects when any user holds entitlements from both set A and set B simultaneously.
A description explaining the purpose of this Separation of Duty rule.
The human-readable name of the conflict monitor.
Whether the conflict monitor is actively scanning for violations.
The identifier of entitlement set A in the conflict rule.
The identifier of entitlement set B in the conflict rule.
The unique identifier of this conflict monitor.
The NotificationConfig message.