LocalUserProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Storage Account Local User properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LocalUserPropertiesTypeConverter))]
public class LocalUserProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ILocalUserProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LocalUserPropertiesTypeConverter))>]
type LocalUserProperties = class
interface ILocalUserProperties
interface IJsonSerializable
Public Class LocalUserProperties
Implements ILocalUserProperties
- Inheritance
-
LocalUserProperties
- Attributes
- Implements
Constructors
LocalUserProperties() |
Creates an new LocalUserProperties instance. |
Properties
AllowAclAuthorization |
Indicates whether ACL authorization is allowed for this user. Set it to false to disallow using ACL authorization. |
ExtendedGroup |
Supplementary group membership. Only applicable for local users enabled for NFSv3 access. |
GroupId |
An identifier for associating a group of users. |
HasSharedKey |
Indicates whether shared key exists. Set it to false to remove existing shared key. |
HasSshKey |
Indicates whether ssh key exists. Set it to false to remove existing SSH key. |
HasSshPassword |
Indicates whether ssh password exists. Set it to false to remove existing SSH password. |
HomeDirectory |
Optional, local user home directory. |
IsNfSv3Enabled |
Indicates if the local user is enabled for access with NFSv3 protocol. |
PermissionScope |
The permission scopes of the local user. |
Sid |
A unique Security Identifier that is generated by the server. |
SshAuthorizedKey |
Optional, local user ssh authorized keys for SFTP. |
UserId |
A unique Identifier that is generated by the server. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LocalUserProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LocalUserProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ILocalUserProperties. |
FromJsonString(String) |
Creates a new instance of LocalUserProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LocalUserProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |