Interface SecurityPosture.PolicyDriftDetailsOrBuilder (2.50.0)

public static interface SecurityPosture.PolicyDriftDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetectedValue()

public abstract String getDetectedValue()

The detected value that violates the deployed posture, for example, false or allowed_values={"projects/22831892"}.

string detected_value = 3;

Returns
TypeDescription
String

The detectedValue.

getDetectedValueBytes()

public abstract ByteString getDetectedValueBytes()

The detected value that violates the deployed posture, for example, false or allowed_values={"projects/22831892"}.

string detected_value = 3;

Returns
TypeDescription
ByteString

The bytes for detectedValue.

getExpectedValue()

public abstract String getExpectedValue()

The value of this field that was configured in a posture, for example, true or allowed_values={"projects/29831892"}.

string expected_value = 2;

Returns
TypeDescription
String

The expectedValue.

getExpectedValueBytes()

public abstract ByteString getExpectedValueBytes()

The value of this field that was configured in a posture, for example, true or allowed_values={"projects/29831892"}.

string expected_value = 2;

Returns
TypeDescription
ByteString

The bytes for expectedValue.

getField()

public abstract String getField()

The name of the updated field, for example constraint.implementation.policy_rules[0].enforce

string field = 1;

Returns
TypeDescription
String

The field.

getFieldBytes()

public abstract ByteString getFieldBytes()

The name of the updated field, for example constraint.implementation.policy_rules[0].enforce

string field = 1;

Returns
TypeDescription
ByteString

The bytes for field.