ISecretInfoBase.SecretType Property
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.
The secret type.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The secret type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.SecretType) }, ReadOnly=false, Required=true, SerializedName="secretType")]
public Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.SecretType SecretType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="The secret type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.SecretType) }, ReadOnly=false, Required=true, SerializedName="secretType")>]
member this.SecretType : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.SecretType with get, set
Public Property SecretType As SecretType
Property Value
- Attributes