HostPool.UpdateStages.WithSsoClientId Interface

public static interface HostPool.UpdateStages.WithSsoClientId

The stage of the HostPool update allowing to specify ssoClientId.

Method Summary

Modifier and Type Method and Description
abstract Update withSsoClientId(String ssoClientId)

Specifies the ssoClientId property: ClientId for the registered Relying Party used to issue WVD SSO certificates..

Method Details

withSsoClientId

public abstract HostPool.Update 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.

Applies to