Get Local User Result
data class GetLocalUserResult(val hasSharedKey: Boolean? = null, val hasSshKey: Boolean? = null, val hasSshPassword: Boolean? = null, val homeDirectory: String? = null, val id: String, val name: String, val permissionScopes: List<PermissionScopeResponse>? = null, val sid: String, val sshAuthorizedKeys: List<SshPublicKeyResponse>? = null, val systemData: SystemDataResponse, val type: String)
The local user associated with the storage accounts.
Constructors
Link copied to clipboard
constructor(hasSharedKey: Boolean? = null, hasSshKey: Boolean? = null, hasSshPassword: Boolean? = null, homeDirectory: String? = null, id: String, name: String, permissionScopes: List<PermissionScopeResponse>? = null, sid: String, sshAuthorizedKeys: List<SshPublicKeyResponse>? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Indicates whether shared key exists. Set it to false to remove existing shared key.
Link copied to clipboard
Indicates whether ssh password exists. Set it to false to remove existing SSH password.
Link copied to clipboard
Optional, local user home directory.
Link copied to clipboard
The permission scopes of the local user.
Link copied to clipboard
Optional, local user ssh authorized keys for SFTP.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.