Interface RoleAssignmentHelper.IdProvider

Enclosing class:
RoleAssignmentHelper

public static interface RoleAssignmentHelper.IdProvider
A type that provide the service principal id (object id) and ARM resource id of the resource for which role assignments needs to be done.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the service principal id (object id).
    Gets ARM resource id of the resource.
  • Method Details

    • principalId

      String principalId()
      Gets the service principal id (object id).
      Returns:
      the service principal id (object id)
    • resourceId

      String resourceId()
      Gets ARM resource id of the resource.
      Returns:
      ARM resource id of the resource