ISecretStore Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.SecretStoreTypeConverter))]
public interface ISecretStore : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.SecretStoreTypeConverter))>]
type ISecretStore = interface
interface IJsonSerializable
Public Interface ISecretStore
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
KeyVaultId |
The key vault id to store secret |
KeyVaultSecretName |
The key vault secret name to store secret, only valid when storing one secret |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |