Class AuthorizationResponse


  • public final class AuthorizationResponse
    extends java.lang.Object
    • Method Detail

      • delegatedRoleDefinitionIds

        public java.util.List<java.lang.String> delegatedRoleDefinitionIds()
        Returns:
        The delegatedRoleDefinitionIds field is required when the roleDefinitionId refers to the User Access Administrator Role. It is the list of role definition ids which define all the permissions that the user in the authorization can assign to other principals.
      • principalId

        public java.lang.String principalId()
        Returns:
        The identifier of the Azure Active Directory principal.
      • principalIdDisplayName

        public java.util.Optional<java.lang.String> principalIdDisplayName()
        Returns:
        The display name of the Azure Active Directory principal.
      • roleDefinitionId

        public java.lang.String roleDefinitionId()
        Returns:
        The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.