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
Methods in com.azure.resourcemanager.storage.fluent.models that return LocalUserPropertiesModifier and TypeMethodDescriptionLocalUserProperties.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.