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 ValidateVaultID(input interface{}, key string) (warnings []string, errors []error) + type GetCompleteResult struct + Items []ResourceGuardProxyBaseResource + type GetOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceGuardProxyBaseResource + func (r GetOperationResponse) HasMore() bool + func (r GetOperationResponse) LoadMore(ctx context.Context) (resp GetOperationResponse, err error) + type ResourceGuardOperationDetail struct + DefaultResourceRequest *string + VaultCriticalOperation *string + type ResourceGuardProxiesClient struct + Client autorest.Client + func NewResourceGuardProxiesClientWithBaseURI(endpoint string) ResourceGuardProxiesClient + func (c ResourceGuardProxiesClient) Get(ctx context.Context, id VaultId) (resp GetOperationResponse, err error) + func (c ResourceGuardProxiesClient) GetComplete(ctx context.Context, id VaultId) (GetCompleteResult, error) + func (c ResourceGuardProxiesClient) GetCompleteMatchingPredicate(ctx context.Context, id VaultId, ...) (resp GetCompleteResult, err error) + type ResourceGuardProxyBase struct + Description *string + LastUpdatedTime *string + ResourceGuardOperationDetails *[]ResourceGuardOperationDetail + ResourceGuardResourceId string + type ResourceGuardProxyBaseResource struct + ETag *string + Id *string + Location *string + Name *string + Properties *ResourceGuardProxyBase + Tags *map[string]string + Type *string + type ResourceGuardProxyBaseResourceOperationPredicate struct + ETag *string + Id *string + Location *string + Name *string + Type *string + func (p ResourceGuardProxyBaseResourceOperationPredicate) Matches(input ResourceGuardProxyBaseResource) bool + type VaultId struct + ResourceGroupName string + SubscriptionId string + VaultName string + func NewVaultID(subscriptionId string, resourceGroupName string, vaultName string) VaultId + func ParseVaultID(input string) (*VaultId, error) + func ParseVaultIDInsensitively(input string) (*VaultId, error) + func (id *VaultId) FromParseResult(input resourceids.ParseResult) error + func (id VaultId) ID() string + func (id VaultId) Segments() []resourceids.Segment + func (id VaultId) String() string