Reference documentation and code samples for the Google Cloud Policy Troubleshooter Iam V3 Client class HeuristicRelevance.
The extent to which a single data point contributes to an overall determination.
Protobuf type google.cloud.policytroubleshooter.iam.v3.HeuristicRelevance
Namespace
Google \ Cloud \ PolicyTroubleshooter \ Iam \ V3Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
HEURISTIC_RELEVANCE_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum HEURISTIC_RELEVANCE_UNSPECIFIED = 0;
HEURISTIC_RELEVANCE_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 HEURISTIC_RELEVANCE_NORMAL = 1;
HEURISTIC_RELEVANCE_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 HEURISTIC_RELEVANCE_HIGH = 2;