KeyVaultContractCreateProperties 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.
Create keyVault contract details.
public class KeyVaultContractCreateProperties
type KeyVaultContractCreateProperties = class
Public Class KeyVaultContractCreateProperties
- Inheritance
-
KeyVaultContractCreateProperties
- Derived
Constructors
KeyVaultContractCreateProperties() |
Initializes a new instance of the KeyVaultContractCreateProperties class. |
KeyVaultContractCreateProperties(String, String) |
Initializes a new instance of the KeyVaultContractCreateProperties class. |
Properties
IdentityClientId |
Gets or sets systemAssignedIdentity or UserAssignedIdentity Client Id which will be used to access key vault secret. |
SecretIdentifier |
Gets or sets key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi |