public interface UserPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionId()
ID of the IDP connection the user instance is associated with.
|
com.google.protobuf.ByteString |
getConnectionIdBytes()
ID of the IDP connection the user instance is associated with.
|
String |
getEmail()
main email address of user
|
com.google.protobuf.ByteString |
getEmailBytes()
main email address of user
|
boolean |
getEnabled()
enabled (false prevents the user from accessing anything)
|
String |
getPicture()
URL to user's picture
|
com.google.protobuf.ByteString |
getPictureBytes()
URL to user's picture
|
UserStatus |
getStatus()
user lifecycle status
|
int |
getStatusValue()
user lifecycle status
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEmail()
main email address of user
string email = 1 [json_name = "email"];com.google.protobuf.ByteString getEmailBytes()
main email address of user
string email = 1 [json_name = "email"];String getPicture()
URL to user's picture
string picture = 2 [json_name = "picture"];com.google.protobuf.ByteString getPictureBytes()
URL to user's picture
string picture = 2 [json_name = "picture"];int getStatusValue()
user lifecycle status
.aserto.directory.schema.v3.UserStatus status = 3 [json_name = "status"];UserStatus getStatus()
user lifecycle status
.aserto.directory.schema.v3.UserStatus status = 3 [json_name = "status"];boolean getEnabled()
enabled (false prevents the user from accessing anything)
bool enabled = 4 [json_name = "enabled"];String getConnectionId()
ID of the IDP connection the user instance is associated with.
string connection_id = 5 [json_name = "connectionId"];com.google.protobuf.ByteString getConnectionIdBytes()
ID of the IDP connection the user instance is associated with.
string connection_id = 5 [json_name = "connectionId"];Copyright © 2024. All rights reserved.