(Not applicable to Online Data Proxy) Configure multiple resource classes when defining an auditor for a named security configuration.
Filter resource classes consist of one or more filter expressions that are delimited by parenthesis ( () ). Square brackets ([]) denote optional values. The syntax is:
[key1=value [,key2=value...]].
The allowed keys are: ResourceClass, Action, or Decision.
Resource Class | Action | Description | Attributes |
---|---|---|---|
provider | activate | Called when a provider is activated by CSI. The Resource ID is the provider class name. | Generated unique provider identifier. |
subject | authentication.provider | The result of a provider's specific authentication request. Depending on the other providers active, the actual CSI request for authentication may not reflect this same decision. Note: that this is not a provider-generated audit record. CSI core will generate this audit record automatically after receiving the provider's decision.
The resource ID is not used.
|
|
subject | authentication | The aggregate decision after considering each of the appropriate provider's authentication decisions. This record shares the same request identifier as the corresponding authentication.provider records. The resource ID is Subject identifier if authentication successful. |
|
subject | authorization.role.provider | The result of a provider's specific role authorization request. The resource ID is the subject ID. |
|
subject | authorization.role | The result of a resource-based authorization request. The resource ID is the subject ID. |
|
subject | authorization.resource | The aggregate decision authorization decision after considering each of the appropriate provider's authorization decision. The resource ID is the subject ID. |
|
subject | logout | Generated when an authenticated context is destroyed. The resource ID is the subject ID. | Context ID |
profile | access | Issued when profile is explicitly accessed. The resource ID is the profile name. |
|
profile | create.cipher | Issued when profile is accessed to create a cipher. The resource ID is the profile name. |
|
profile | create.digest | Issued when profile is accessed to create message digest. The resource ID is the profile name. |
|
profile | create.signature | Issued when profile is accessed to create signature. The resource ID is the profile name. |
|
subject | modify.provider | The provider-level record issued for subject modification requests. The resource ID is the subject ID. |
|
subject | modify | Aggregate, generated when a subject modification request is made. The resource ID is the subject ID. |
|
subject | create.provider | Provider-level record issued for anonymous self registration requests. The resource ID is the subject identifier. |
|
subject | create | Aggregate, generated when an anonymous self-registration request is made. The resource ID is the subject identifier. |
|
(ResourceClass=core.*,Decision=Deny)
Resource=core.*,Action!=subject.modify.*)