Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.RangerUsersyncSpec
Packages that use RangerUsersyncSpec
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of RangerUsersyncSpec in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type RangerUsersyncSpecModifier and TypeClassDescriptionfinal classSpecification for the Ranger Usersync service.Methods in com.azure.resourcemanager.hdinsight.containers.models that return RangerUsersyncSpecModifier and TypeMethodDescriptionstatic RangerUsersyncSpecRangerUsersyncSpec.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RangerUsersyncSpec from the JsonReader.RangerProfile.rangerUsersync()Get the rangerUsersync property: Specification for the Ranger Usersync service.RangerUsersyncSpec.withEnabled(Boolean enabled) Set the enabled property: Denotes whether usersync service should be enabled.RangerUsersyncSpec.withGroups(List<String> groups) Set the groups property: List of groups that should be synced.RangerUsersyncSpec.withMode(RangerUsersyncMode mode) Set the mode property: User & groups can be synced automatically or via a static list that's refreshed.RangerUsersyncSpec.withUserMappingLocation(String userMappingLocation) Set the userMappingLocation property: Azure storage location of a mapping file that lists user & group associations.Set the users property: List of user names that should be synced.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type RangerUsersyncSpecModifier and TypeMethodDescriptionRangerProfile.withRangerUsersync(RangerUsersyncSpec rangerUsersync) Set the rangerUsersync property: Specification for the Ranger Usersync service.