CheckRestrictionsRequest interface
The check policy restrictions parameters describing the resource that is being evaluated.
Properties
include |
Whether to include policies with the 'audit' effect in the results. Defaults to false. |
pending |
The list of fields and values that should be evaluated for potential restrictions. |
resource |
The information about the resource that will be evaluated. |
Property Details
includeAuditEffect
Whether to include policies with the 'audit' effect in the results. Defaults to false.
includeAuditEffect?: boolean
Property Value
boolean
pendingFields
The list of fields and values that should be evaluated for potential restrictions.
pendingFields?: PendingField[]
Property Value
resourceDetails
The information about the resource that will be evaluated.
resourceDetails: CheckRestrictionsResourceDetails