Interface Topic.DefinitionStages.WithDisableLocalAuth
-
- All Known Subinterfaces:
Topic.Definition,Topic.DefinitionStages.WithCreate
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.WithDisableLocalAuthThe stage of the Topic definition allowing to specify disableLocalAuth.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topic.DefinitionStages.WithCreatewithDisableLocalAuth(Boolean disableLocalAuth)Specifies the disableLocalAuth property: This boolean is used to enable or disable local auth.
-
-
-
Method Detail
-
withDisableLocalAuth
Topic.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 AAD 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 AAD token will be used to authenticate if user is allowed to publish to the topic.- Returns:
- the next definition stage.
-
-