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
fun GetLocalUserResult(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)