ApiKVReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description of site key vault references.
public class ApiKVReference
type ApiKVReference = class
Public Class ApiKVReference
- Inheritance
-
ApiKVReference
Constructors
ApiKVReference() |
Initializes a new instance of the ApiKVReference class. |
ApiKVReference(String, Nullable<ResolveStatus>, String, String, String, Nullable<ManagedServiceIdentityType>, String, Nullable<ConfigReferenceSource>, Nullable<ConfigReferenceLocation>) |
Initializes a new instance of the ApiKVReference class. |
Properties
Details | |
IdentityType |
Gets or sets possible values include: 'None', 'SystemAssigned', 'UserAssigned' |
Location |
Gets or sets possible values include: 'ApplicationSetting' |
Reference | |
SecretName | |
SecretVersion | |
Source |
Gets or sets possible values include: 'KeyVault' |
Status |
Gets or sets possible values include: 'Initialized', 'Resolved', 'InvalidSyntax', 'MSINotEnabled', 'VaultNotFound', 'SecretNotFound', 'SecretVersionNotFound', 'AccessToKeyVaultDenied', 'OtherReasons' |
VaultName |
Applies to
Azure SDK for .NET