Share via


ISecret Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.SecretTypeConverter))]
public interface ISecret : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.SecretTypeConverter))>]
type ISecret = interface
    interface IJsonSerializable
Public Interface ISecret
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name

Secret Name.

Value

Secret Value.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to