public interface IdentityPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionId()
IDP connection id which owns the object instance
|
com.google.protobuf.ByteString |
getConnectionIdBytes()
IDP connection id which owns the object instance
|
IdentityKind |
getKind()
identity kind [email|username|uid|pid|dn|phone]
|
int |
getKindValue()
identity kind [email|username|uid|pid|dn|phone]
|
String |
getProvider()
identity provider name
|
com.google.protobuf.ByteString |
getProviderBytes()
identity provider name
|
boolean |
getVerified()
identity has been verified (false when not explicitly specified)
|
boolean |
hasConnectionId()
IDP connection id which owns the object instance
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getKindValue()
identity kind [email|username|uid|pid|dn|phone]
.aserto.directory.schema.v2.IdentityKind kind = 1 [json_name = "kind"];IdentityKind getKind()
identity kind [email|username|uid|pid|dn|phone]
.aserto.directory.schema.v2.IdentityKind kind = 1 [json_name = "kind"];String getProvider()
identity provider name
string provider = 2 [json_name = "provider"];com.google.protobuf.ByteString getProviderBytes()
identity provider name
string provider = 2 [json_name = "provider"];boolean getVerified()
identity has been verified (false when not explicitly specified)
bool verified = 3 [json_name = "verified"];boolean hasConnectionId()
IDP connection id which owns the object instance
optional string connection_id = 4 [json_name = "connectionId"];String getConnectionId()
IDP connection id which owns the object instance
optional string connection_id = 4 [json_name = "connectionId"];com.google.protobuf.ByteString getConnectionIdBytes()
IDP connection id which owns the object instance
optional string connection_id = 4 [json_name = "connectionId"];Copyright © 2023. All rights reserved.