CredentialsKeyVaultDetails.SecretName Property
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.
The name of the secret stored in Azure Key Vault. The associated key pair has the following structure: { "access_key_id": "<REDACTED>", "secret_access_key": "<REDACTED>" }
public string SecretName { get; set; }
member this.SecretName : string with get, set
Public Property SecretName As String