Interface AccessManagement

All Known Subinterfaces:
AzureResourceManager.Authenticated

public interface AccessManagement
Exposes methods related to managing access permissions in Azure.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.resourcemanager.authorization.models.ActiveDirectoryApplications
    Entry point to AD application management APIs.
    com.azure.resourcemanager.authorization.models.ActiveDirectoryGroups
    Entry point to AD group management APIs.
    com.azure.resourcemanager.authorization.models.ActiveDirectoryUsers
    Entry point to AD user management APIs.
    com.azure.resourcemanager.authorization.models.RoleAssignments
    Entry point to role assignment management APIs.
    com.azure.resourcemanager.authorization.models.RoleDefinitions
    Entry point to role definition management APIs.
    com.azure.resourcemanager.authorization.models.ServicePrincipals
    Entry point to AD service principal management APIs.
  • Method Details

    • activeDirectoryUsers

      com.azure.resourcemanager.authorization.models.ActiveDirectoryUsers activeDirectoryUsers()
      Entry point to AD user management APIs.
      Returns:
      ActiveDirectoryUsers interface providing access to tenant management
    • activeDirectoryGroups

      com.azure.resourcemanager.authorization.models.ActiveDirectoryGroups activeDirectoryGroups()
      Entry point to AD group management APIs.
      Returns:
      ActiveDirectoryGroups interface providing access to tenant management
    • servicePrincipals

      com.azure.resourcemanager.authorization.models.ServicePrincipals servicePrincipals()
      Entry point to AD service principal management APIs.
      Returns:
      ServicePrincipals interface providing access to tenant management
    • activeDirectoryApplications

      com.azure.resourcemanager.authorization.models.ActiveDirectoryApplications activeDirectoryApplications()
      Entry point to AD application management APIs.
      Returns:
      Applications interface providing access to tenant management
    • roleDefinitions

      com.azure.resourcemanager.authorization.models.RoleDefinitions roleDefinitions()
      Entry point to role definition management APIs.
      Returns:
      RoleDefinitions interface providing access to tenant management
    • roleAssignments

      com.azure.resourcemanager.authorization.models.RoleAssignments roleAssignments()
      Entry point to role assignment management APIs.
      Returns:
      RoleAssignments interface providing access to tenant management