LocalUserArgs

constructor(accountName: Output<String>? = null, hasSharedKey: Output<Boolean>? = null, hasSshKey: Output<Boolean>? = null, hasSshPassword: Output<Boolean>? = null, homeDirectory: Output<String>? = null, permissionScopes: Output<List<PermissionScopeArgs>>? = null, resourceGroupName: Output<String>? = null, sshAuthorizedKeys: Output<List<SshPublicKeyArgs>>? = null, username: Output<String>? = null)