Interface HostPool.DefinitionStages.WithSsoClientId

All Known Subinterfaces:
HostPool.Definition, HostPool.DefinitionStages.WithCreate
Enclosing interface:
HostPool.DefinitionStages

public static interface HostPool.DefinitionStages.WithSsoClientId
The stage of the HostPool definition allowing to specify ssoClientId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSsoClientId(String ssoClientId)
    Specifies the ssoClientId property: ClientId for the registered Relying Party used to issue WVD SSO certificates..
  • Method Details

    • withSsoClientId

      HostPool.DefinitionStages.WithCreate withSsoClientId(String ssoClientId)
      Specifies the ssoClientId property: ClientId for the registered Relying Party used to issue WVD SSO certificates..
      Parameters:
      ssoClientId - ClientId for the registered Relying Party used to issue WVD SSO certificates.
      Returns:
      the next definition stage.