LocalUserKeysInner Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. LocalUserKeysInner
- com.
Implements
public final class LocalUserKeysInner
implements JsonSerializable<LocalUserKeysInner>
The Storage Account Local User keys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Local |
fromJson(JsonReader jsonReader)
Reads an instance of Local |
| String |
sharedKey()
Get the shared |
|
List<Ssh |
sshAuthorizedKeys()
Get the ssh |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static LocalUserKeysInner fromJson(JsonReader jsonReader)
Reads an instance of LocalUserKeysInner from the JsonReader.
Parameters:
Returns:
Throws:
sharedKey
public String sharedKey()
Get the sharedKey property: Auto generated by the server for SMB authentication.
Returns:
sshAuthorizedKeys
public List<SshPublicKey> sshAuthorizedKeys()
Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.
Returns:
toJson
validate
public void validate()
Validates the instance.