Reference documentation and code samples for the Google Cloud Policy Troubleshooter V1 Client class HeuristicRelevance.
The extent to which a single data point, such as the existence of a binding or whether a binding includes a specific principal, contributes to an overall determination.
Protobuf type google.cloud.policytroubleshooter.v1.HeuristicRelevance
Namespace
Google \ Cloud \ PolicyTroubleshooter \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
HEURISTIC_RELEVANCE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum HEURISTIC_RELEVANCE_UNSPECIFIED = 0;
NORMAL
Value: 1
The data point has a limited effect on the result. Changing the data point is unlikely to affect the overall determination.
Generated from protobuf enum NORMAL = 1;
HIGH
Value: 2
The data point has a strong effect on the result. Changing the data point is likely to affect the overall determination.
Generated from protobuf enum HIGH = 2;