permissionMatchingState property
Indicates whether the permission in the request is denied by the deny rule. Possible string values are:
- "PERMISSION_PATTERN_MATCHING_STATE_UNSPECIFIED" : Not specified.
- "PERMISSION_PATTERN_MATCHED" : The permission in the request matches the permission in the policy.
- "PERMISSION_PATTERN_NOT_MATCHED" : The permission in the request matches the permission in the policy.
Implementation
core.String? permissionMatchingState;