Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateVaultID ¶
ValidateVaultID checks that 'input' can be parsed as a Vault ID
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *TokenInformation }
type SecurityPINsClient ¶
func NewSecurityPINsClientWithBaseURI ¶
func NewSecurityPINsClientWithBaseURI(endpoint string) SecurityPINsClient
func (SecurityPINsClient) Get ¶
func (c SecurityPINsClient) Get(ctx context.Context, id VaultId, input SecurityPinBase) (result GetOperationResponse, err error)
Get ...
type SecurityPinBase ¶
type SecurityPinBase struct {
ResourceGuardOperationRequests *[]string `json:"resourceGuardOperationRequests,omitempty"`
}
type TokenInformation ¶
type VaultId ¶
VaultId is a struct representing the Resource ID for a Vault
func NewVaultID ¶
NewVaultID returns a new VaultId struct
func ParseVaultID ¶
ParseVaultID parses 'input' into a VaultId
func ParseVaultIDInsensitively ¶
ParseVaultIDInsensitively parses 'input' case-insensitively into a VaultId note: this method should only be used for API response data and not user input
func (*VaultId) FromParseResult ¶
func (id *VaultId) FromParseResult(input resourceids.ParseResult) error
func (VaultId) Segments ¶
func (id VaultId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Vault ID
Click to show internal directories.
Click to hide internal directories.