ValidateSecretInput interface
Input of the secret to be validated.
Properties
secret |
Resource reference to the Azure Key Vault secret. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName} |
secret |
The secret type. |
secret |
Secret version, if customer is using a specific version. |
Property Details
secretSource
Resource reference to the Azure Key Vault secret. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName}
secretSource: ResourceReference
Property Value
secretType
The secret type.
secretType: string
Property Value
string
secretVersion
Secret version, if customer is using a specific version.
secretVersion?: string
Property Value
string