次の方法で共有


PartnerNamespace.DefinitionStages.WithDisableLocalAuth Interface

public static interface PartnerNamespace.DefinitionStages.WithDisableLocalAuth

The stage of the PartnerNamespace definition allowing to specify disableLocalAuth.

Method Summary

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

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

Method Details

withDisableLocalAuth

public abstract PartnerNamespace.DefinitionStages.WithCreate 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 partner namespace..

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 partner namespace.

Returns:

the next definition stage.

Applies to