public interface DecisionUserOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IdentityContext |
getContext()
identity context used in the decision
|
IdentityContextOrBuilder |
getContextOrBuilder()
identity context used in the decision
|
String |
getEmail()
convinience human-readable identifier
|
com.google.protobuf.ByteString |
getEmailBytes()
convinience human-readable identifier
|
String |
getId()
id of the user the identity resolved to
|
com.google.protobuf.ByteString |
getIdBytes()
id of the user the identity resolved to
|
boolean |
hasContext()
identity context used in the decision
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContext()
identity context used in the decision
.aserto.authorizer.v2.api.IdentityContext context = 1 [json_name = "context"];IdentityContext getContext()
identity context used in the decision
.aserto.authorizer.v2.api.IdentityContext context = 1 [json_name = "context"];IdentityContextOrBuilder getContextOrBuilder()
identity context used in the decision
.aserto.authorizer.v2.api.IdentityContext context = 1 [json_name = "context"];String getId()
id of the user the identity resolved to
string id = 2 [json_name = "id"];com.google.protobuf.ByteString getIdBytes()
id of the user the identity resolved to
string id = 2 [json_name = "id"];String getEmail()
convinience human-readable identifier
string email = 3 [json_name = "email"];com.google.protobuf.ByteString getEmailBytes()
convinience human-readable identifier
string email = 3 [json_name = "email"];Copyright © 2023. All rights reserved.