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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
principalId()
String
resourceId()
-