SecretStore 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.
An option to store secret value in secure place
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.SecretStoreTypeConverter))]
public class SecretStore : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ISecretStore
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.SecretStoreTypeConverter))>]
type SecretStore = class
interface ISecretStore
interface IJsonSerializable
Public Class SecretStore
Implements ISecretStore
- Inheritance
-
SecretStore
- Attributes
- Implements
Constructors
SecretStore() |
Creates an new SecretStore instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SecretStore. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SecretStore. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ISecretStore. |
FromJsonString(String) |
Creates a new instance of SecretStore, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SecretStore into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |