IHostPoolPatch.SsoSecretType 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 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