Uses of Class
com.azure.resourcemanager.storage.fluent.models.LocalUserProperties
Packages that use LocalUserProperties
Package
Description
Package containing the inner data models for StorageManagementClient.
-
Uses of LocalUserProperties in com.azure.resourcemanager.storage.fluent.models
Classes in com.azure.resourcemanager.storage.fluent.models that implement interfaces with type arguments of type LocalUserPropertiesModifier and TypeClassDescriptionfinal classThe Storage Account Local User properties.Methods in com.azure.resourcemanager.storage.fluent.models that return LocalUserPropertiesModifier and TypeMethodDescriptionstatic LocalUserPropertiesLocalUserProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LocalUserProperties from the JsonReader.LocalUserProperties.withAllowAclAuthorization(Boolean allowAclAuthorization) Set the allowAclAuthorization property: Indicates whether ACL authorization is allowed for this user.LocalUserProperties.withExtendedGroups(List<Integer> extendedGroups) Set the extendedGroups property: Supplementary group membership.LocalUserProperties.withGroupId(Integer groupId) Set the groupId property: An identifier for associating a group of users.LocalUserProperties.withHasSharedKey(Boolean hasSharedKey) Set the hasSharedKey property: Indicates whether shared key exists.LocalUserProperties.withHasSshKey(Boolean hasSshKey) Set the hasSshKey property: Indicates whether ssh key exists.LocalUserProperties.withHasSshPassword(Boolean hasSshPassword) Set the hasSshPassword property: Indicates whether ssh password exists.LocalUserProperties.withHomeDirectory(String homeDirectory) Set the homeDirectory property: Optional, local user home directory.LocalUserProperties.withIsNFSv3Enabled(Boolean isNFSv3Enabled) Set the isNFSv3Enabled property: Indicates if the local user is enabled for access with NFSv3 protocol.LocalUserProperties.withPermissionScopes(List<PermissionScope> permissionScopes) Set the permissionScopes property: The permission scopes of the local user.LocalUserProperties.withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys) Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.