Documentation
¶
Overview ¶
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseID ¶ added in v0.3.0
ParseID parses "https://myvaultname.vault.azure.net/keys/key1053998307/b86c2e6ad9054f4abf69cc185b99aa60" into "https://myvaultname.managedhsm.azure.net/", "key1053998307", and "b86c2e6ad9054f4abf69cc185b99aa60"
Types ¶
type KeyVaultChallengePolicy ¶
type KeyVaultChallengePolicy struct {
// contains filtered or unexported fields
}
func NewKeyVaultChallengePolicy ¶
func NewKeyVaultChallengePolicy(cred azcore.TokenCredential, opts *KeyVaultChallengePolicyOptions) *KeyVaultChallengePolicy
type KeyVaultChallengePolicyOptions ¶ added in v0.7.0
type KeyVaultChallengePolicyOptions struct { // DisableChallengeResourceVerification controls whether the policy requires the // authentication challenge resource to match the Key Vault or Managed HSM domain DisableChallengeResourceVerification bool }
Click to show internal directories.
Click to hide internal directories.