Secret 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.
Secret definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.SecretTypeConverter))]
public class Secret : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ISecret
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.SecretTypeConverter))>]
type Secret = class
interface ISecret
interface IJsonSerializable
Public Class Secret
Implements ISecret
- Inheritance
-
Secret
- Attributes
- Implements
Constructors
Secret() |
Creates an new Secret instance. |
Properties
Identity |
Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity. |
KeyVaultUrl |
Azure Key Vault URL pointing to the secret referenced by the container app. |
Name |
Secret Name. |
Value |
Secret Value. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Secret. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.ISecret. |
FromJsonString(String) |
Creates a new instance of Secret, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |