Reference documentation and code samples for the Google Cloud Policy Troubleshooter Iam V3 Client class PermissionPatternMatchingState.
Whether the permission in the request matches the permission in the policy.
Protobuf type google.cloud.policytroubleshooter.iam.v3.PermissionPatternMatchingState
Namespace
Google \ Cloud \ PolicyTroubleshooter \ Iam \ V3Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PERMISSION_PATTERN_MATCHING_STATE_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum PERMISSION_PATTERN_MATCHING_STATE_UNSPECIFIED = 0;
PERMISSION_PATTERN_MATCHED
Value: 1
The permission in the request matches the permission in the policy.
Generated from protobuf enum PERMISSION_PATTERN_MATCHED = 1;
PERMISSION_PATTERN_NOT_MATCHED
Value: 2
The permission in the request matches the permission in the policy.
Generated from protobuf enum PERMISSION_PATTERN_NOT_MATCHED = 2;