KeyVaultSecret interface  
An interface representing a KeyVault Secret, with its name, value and SecretProperties.
Properties
| name | The name of the secret.  | 
| properties | The properties of the secret.  | 
| value | The value of the secret.  | 
Property Details
name
The name of the secret.
name: string
				Property Value
string
properties
value
The value of the secret.
value?: string
				Property Value
string