LocalUser Class

Definition

The local user associated with the storage accounts.

[Microsoft.Rest.Serialization.JsonTransformation]
public class LocalUser : Microsoft.Azure.Management.Storage.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LocalUser = class
    inherit Resource
Public Class LocalUser
Inherits Resource
Inheritance
LocalUser
Attributes

Constructors

LocalUser()

Initializes a new instance of the LocalUser class.

LocalUser(String, String, String, IList<PermissionScope>, String, IList<SshPublicKey>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, SystemData)

Initializes a new instance of the LocalUser class.

Properties

HasSharedKey

Gets or sets indicates whether shared key exists. Set it to false to remove existing shared key.

HasSshKey

Gets or sets indicates whether ssh key exists. Set it to false to remove existing SSH key.

HasSshPassword

Gets or sets indicates whether ssh password exists. Set it to false to remove existing SSH password.

HomeDirectory

Gets or sets optional, local user home directory.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
PermissionScopes

Gets or sets the permission scopes of the local user.

Sid

Gets a unique Security Identifier that is generated by the server.

SshAuthorizedKeys
SystemData
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to