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 GetOperationResponse struct + HttpResponse *http.Response + Model *TokenInformation + type SecurityPINsClient struct + Client autorest.Client + func NewSecurityPINsClientWithBaseURI(endpoint string) SecurityPINsClient + func (c SecurityPINsClient) Get(ctx context.Context, id VaultId, input SecurityPinBase) (result GetOperationResponse, err error) + type SecurityPinBase struct + ResourceGuardOperationRequests *[]string + type TokenInformation struct + ExpiryTimeInUtcTicks *int64 + SecurityPIN *string + Token *string + 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