public static interface Rbac.Principal.AuthenticatedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the principal.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the principal.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the principal. If set, the URI SAN is used from the certificate, otherwise the subject field is used. If unset, it applies to any user that is authenticated.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the principal. If set, the URI SAN is used from the certificate, otherwise the subject field is used. If unset, it applies to any user that is authenticated.
string name = 1;Copyright © 2018 The Envoy Project. All rights reserved.