SecretStoreResource 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.
Class representing a secret store resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.SecretStoreResourceTypeConverter))]
public class SecretStoreResource : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISecretStoreResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.SecretStoreResourceTypeConverter))>]
type SecretStoreResource = class
interface ISecretStoreResource
interface IJsonSerializable
Public Class SecretStoreResource
Implements ISecretStoreResource
- Inheritance
-
SecretStoreResource
- Attributes
- Implements
Constructors
SecretStoreResource() |
Creates an new SecretStoreResource instance. |
Properties
SecretStoreType |
Gets or sets the type of secret store |
Uri |
Uri to get to the resource |
Value |
Gets or sets value stored in secret store resource |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SecretStoreResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SecretStoreResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ISecretStoreResource. |
FromJsonString(String) |
Creates a new instance of SecretStoreResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SecretStoreResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |