Udostępnij za pośrednictwem


Topic.UpdateStages.WithDisableLocalAuth Interface

public static interface Topic.UpdateStages.WithDisableLocalAuth

The stage of the Topic update allowing to specify disableLocalAuth.

Method Summary

Modifier and Type Method and Description
abstract Update withDisableLocalAuth(Boolean disableLocalAuth)

Specifies the disableLocalAuth property: This boolean is used to enable or disable local auth.

Method Details

withDisableLocalAuth

public abstract Topic.Update withDisableLocalAuth(Boolean disableLocalAuth)

Specifies the disableLocalAuth property: This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the topic..

Parameters:

disableLocalAuth - This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the topic.

Returns:

the next definition stage.

Applies to