public interface LoginProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSshPublicKeys(String key)
A map from SSH public key fingerprint to the associated key object.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
OsLoginProto.PosixAccount |
getPosixAccounts(int index)
The list of POSIX accounts associated with the user.
|
int |
getPosixAccountsCount()
The list of POSIX accounts associated with the user.
|
List<OsLoginProto.PosixAccount> |
getPosixAccountsList()
The list of POSIX accounts associated with the user.
|
OsLoginProto.PosixAccountOrBuilder |
getPosixAccountsOrBuilder(int index)
The list of POSIX accounts associated with the user.
|
List<? extends OsLoginProto.PosixAccountOrBuilder> |
getPosixAccountsOrBuilderList()
The list of POSIX accounts associated with the user.
|
Map<String,OsLoginProto.SshPublicKey> |
getSshPublicKeys()
Deprecated.
|
int |
getSshPublicKeysCount()
A map from SSH public key fingerprint to the associated key object.
|
Map<String,OsLoginProto.SshPublicKey> |
getSshPublicKeysMap()
A map from SSH public key fingerprint to the associated key object.
|
OsLoginProto.SshPublicKey |
getSshPublicKeysOrDefault(String key,
OsLoginProto.SshPublicKey defaultValue)
A map from SSH public key fingerprint to the associated key object.
|
OsLoginProto.SshPublicKey |
getSshPublicKeysOrThrow(String key)
A map from SSH public key fingerprint to the associated key object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. A unique user ID.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. A unique user ID.
string name = 1 [(.google.api.field_behavior) = REQUIRED];List<OsLoginProto.PosixAccount> getPosixAccountsList()
The list of POSIX accounts associated with the user.
repeated .google.cloud.oslogin.common.PosixAccount posix_accounts = 2;OsLoginProto.PosixAccount getPosixAccounts(int index)
The list of POSIX accounts associated with the user.
repeated .google.cloud.oslogin.common.PosixAccount posix_accounts = 2;int getPosixAccountsCount()
The list of POSIX accounts associated with the user.
repeated .google.cloud.oslogin.common.PosixAccount posix_accounts = 2;List<? extends OsLoginProto.PosixAccountOrBuilder> getPosixAccountsOrBuilderList()
The list of POSIX accounts associated with the user.
repeated .google.cloud.oslogin.common.PosixAccount posix_accounts = 2;OsLoginProto.PosixAccountOrBuilder getPosixAccountsOrBuilder(int index)
The list of POSIX accounts associated with the user.
repeated .google.cloud.oslogin.common.PosixAccount posix_accounts = 2;int getSshPublicKeysCount()
A map from SSH public key fingerprint to the associated key object.
map<string, .google.cloud.oslogin.common.SshPublicKey> ssh_public_keys = 3;boolean containsSshPublicKeys(String key)
A map from SSH public key fingerprint to the associated key object.
map<string, .google.cloud.oslogin.common.SshPublicKey> ssh_public_keys = 3;@Deprecated Map<String,OsLoginProto.SshPublicKey> getSshPublicKeys()
getSshPublicKeysMap() instead.Map<String,OsLoginProto.SshPublicKey> getSshPublicKeysMap()
A map from SSH public key fingerprint to the associated key object.
map<string, .google.cloud.oslogin.common.SshPublicKey> ssh_public_keys = 3;OsLoginProto.SshPublicKey getSshPublicKeysOrDefault(String key, OsLoginProto.SshPublicKey defaultValue)
A map from SSH public key fingerprint to the associated key object.
map<string, .google.cloud.oslogin.common.SshPublicKey> ssh_public_keys = 3;OsLoginProto.SshPublicKey getSshPublicKeysOrThrow(String key)
A map from SSH public key fingerprint to the associated key object.
map<string, .google.cloud.oslogin.common.SshPublicKey> ssh_public_keys = 3;Copyright © 2023 Google LLC. All rights reserved.