Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateLocalUserID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *LocalUser + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *LocalUser + OData *odata.OData + type ListKeysOperationResponse struct + HttpResponse *http.Response + Model *LocalUserKeys + OData *odata.OData + type ListOperationResponse struct + HttpResponse *http.Response + Model *LocalUsers + OData *odata.OData + type LocalUser struct + Id *string + Name *string + Properties *LocalUserProperties + SystemData *systemdata.SystemData + Type *string + type LocalUserId struct + LocalUserName string + ResourceGroupName string + StorageAccountName string + SubscriptionId string + func NewLocalUserID(subscriptionId string, resourceGroupName string, storageAccountName string, ...) LocalUserId + func ParseLocalUserID(input string) (*LocalUserId, error) + func ParseLocalUserIDInsensitively(input string) (*LocalUserId, error) + func (id *LocalUserId) FromParseResult(input resourceids.ParseResult) error + func (id LocalUserId) ID() string + func (id LocalUserId) Segments() []resourceids.Segment + func (id LocalUserId) String() string + type LocalUserKeys struct + SharedKey *string + SshAuthorizedKeys *[]SshPublicKey + type LocalUserProperties struct + HasSharedKey *bool + HasSshKey *bool + HasSshPassword *bool + HomeDirectory *string + PermissionScopes *[]PermissionScope + Sid *string + SshAuthorizedKeys *[]SshPublicKey + type LocalUserRegeneratePasswordResult struct + SshPassword *string + type LocalUsers struct + Value *[]LocalUser + type LocalUsersClient struct + Client *resourcemanager.Client + func NewLocalUsersClientWithBaseURI(sdkApi sdkEnv.Api) (*LocalUsersClient, error) + func (c LocalUsersClient) CreateOrUpdate(ctx context.Context, id LocalUserId, input LocalUser) (result CreateOrUpdateOperationResponse, err error) + func (c LocalUsersClient) Delete(ctx context.Context, id LocalUserId) (result DeleteOperationResponse, err error) + func (c LocalUsersClient) Get(ctx context.Context, id LocalUserId) (result GetOperationResponse, err error) + func (c LocalUsersClient) List(ctx context.Context, id commonids.StorageAccountId) (result ListOperationResponse, err error) + func (c LocalUsersClient) ListKeys(ctx context.Context, id LocalUserId) (result ListKeysOperationResponse, err error) + func (c LocalUsersClient) RegeneratePassword(ctx context.Context, id LocalUserId) (result RegeneratePasswordOperationResponse, err error) + type PermissionScope struct + Permissions string + ResourceName string + Service string + type RegeneratePasswordOperationResponse struct + HttpResponse *http.Response + Model *LocalUserRegeneratePasswordResult + OData *odata.OData + type SshPublicKey struct + Description *string + Key *string