xds.annotations.v3.sensitive.proto Maven / Gradle / Ivy
syntax = "proto3";
package xds.annotations.v3;
import "google/protobuf/descriptor.proto";
option go_package = "github.com/cncf/xds/go/xds/annotations/v3";
extend google.protobuf.FieldOptions {
// Magic number is the 28 most significant bits in the sha256sum of "xds.annotations.v3.sensitive".
// When set to true, `sensitive` indicates that this field contains sensitive data, such as
// personally identifiable information, passwords, or private keys, and should be redacted for
// display by tools aware of this annotation. Note that that this has no effect on standard
// Protobuf functions such as `TextFormat::PrintToString`.
bool sensitive = 61008053;
}