ISecretInfoBase.SecretType Property

Definition

The secret type.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.PSArgumentCompleter(new System.String[] { "rawValue", "keyVaultSecretUri", "keyVaultSecretReference" })]
[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="The secret type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="secretType", Update=true)]
public string SecretType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.PSArgumentCompleter(new System.String[] { "rawValue", "keyVaultSecretUri", "keyVaultSecretReference" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="The secret type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="secretType", Update=true)>]
member this.SecretType : string with get, set
Public Property SecretType As String

Property Value

Attributes

Applies to