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 ValidateSecretID(input interface{}, key string) (warnings []string, errors []error) + func ValidateUserID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Secret + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationOptions struct + Expand *string + func DefaultGetOperationOptions() GetOperationOptions + func (o GetOperationOptions) ToHeaders() *client.Headers + func (o GetOperationOptions) ToOData() *odata.Query + func (o GetOperationOptions) ToQuery() *client.QueryParams + type GetOperationResponse struct + HttpResponse *http.Response + Model *Secret + OData *odata.OData + type ListCompleteResult struct + Items []Secret + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Expand *string + Filter *string + Orderby *string + Top *int64 + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]Secret + OData *odata.OData + type Secret struct + Id *string + Location *string + Name *string + Properties SecretProperties + Tags *map[string]string + Type *string + type SecretId struct + LabName string + ResourceGroupName string + SecretName string + SubscriptionId string + UserName string + func NewSecretID(subscriptionId string, resourceGroupName string, labName string, ...) SecretId + func ParseSecretID(input string) (*SecretId, error) + func ParseSecretIDInsensitively(input string) (*SecretId, error) + func (id *SecretId) FromParseResult(input resourceids.ParseResult) error + func (id SecretId) ID() string + func (id SecretId) Segments() []resourceids.Segment + func (id SecretId) String() string + type SecretOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p SecretOperationPredicate) Matches(input Secret) bool + type SecretProperties struct + ProvisioningState *string + UniqueIdentifier *string + Value *string + type SecretsClient struct + Client *resourcemanager.Client + func NewSecretsClientWithBaseURI(sdkApi sdkEnv.Api) (*SecretsClient, error) + func (c SecretsClient) CreateOrUpdate(ctx context.Context, id SecretId, input Secret) (result CreateOrUpdateOperationResponse, err error) + func (c SecretsClient) CreateOrUpdateThenPoll(ctx context.Context, id SecretId, input Secret) error + func (c SecretsClient) Delete(ctx context.Context, id SecretId) (result DeleteOperationResponse, err error) + func (c SecretsClient) Get(ctx context.Context, id SecretId, options GetOperationOptions) (result GetOperationResponse, err error) + func (c SecretsClient) List(ctx context.Context, id UserId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c SecretsClient) ListComplete(ctx context.Context, id UserId, options ListOperationOptions) (ListCompleteResult, error) + func (c SecretsClient) ListCompleteMatchingPredicate(ctx context.Context, id UserId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c SecretsClient) Update(ctx context.Context, id SecretId, input UpdateResource) (result UpdateOperationResponse, err error) + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Secret + OData *odata.OData + type UpdateResource struct + Tags *map[string]string + type UserId struct + LabName string + ResourceGroupName string + SubscriptionId string + UserName string + func NewUserID(subscriptionId string, resourceGroupName string, labName string, ...) UserId + func ParseUserID(input string) (*UserId, error) + func ParseUserIDInsensitively(input string) (*UserId, error) + func (id *UserId) FromParseResult(input resourceids.ParseResult) error + func (id UserId) ID() string + func (id UserId) Segments() []resourceids.Segment + func (id UserId) String() string