Share via


IHostPoolPatch.SsoSecretType Property

Definition

The type of single sign on Secret Type.

[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleter(new System.String[] { "SharedKey", "Certificate", "SharedKeyInKeyVault", "CertificateInKeyVault" })]
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="The type of single sign on Secret Type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ssoSecretType", Update=true)]
public string SsoSecretType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleter(new System.String[] { "SharedKey", "Certificate", "SharedKeyInKeyVault", "CertificateInKeyVault" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="The type of single sign on Secret Type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ssoSecretType", Update=true)>]
member this.SsoSecretType : string with get, set
Public Property SsoSecretType As String

Property Value

Attributes

Applies to