Class MicrosoftGraphScopedRoleMembershipInner


  • public final class MicrosoftGraphScopedRoleMembershipInner
    extends MicrosoftGraphEntity
    scopedRoleMembership.
    • Constructor Detail

      • MicrosoftGraphScopedRoleMembershipInner

        public MicrosoftGraphScopedRoleMembershipInner()
    • Method Detail

      • administrativeUnitId

        public String administrativeUnitId()
        Get the administrativeUnitId property: Unique identifier for the administrative unit that the directory role is scoped to.
        Returns:
        the administrativeUnitId value.
      • withAdministrativeUnitId

        public MicrosoftGraphScopedRoleMembershipInner withAdministrativeUnitId​(String administrativeUnitId)
        Set the administrativeUnitId property: Unique identifier for the administrative unit that the directory role is scoped to.
        Parameters:
        administrativeUnitId - the administrativeUnitId value to set.
        Returns:
        the MicrosoftGraphScopedRoleMembershipInner object itself.
      • roleId

        public String roleId()
        Get the roleId property: Unique identifier for the directory role that the member is in.
        Returns:
        the roleId value.
      • withRoleId

        public MicrosoftGraphScopedRoleMembershipInner withRoleId​(String roleId)
        Set the roleId property: Unique identifier for the directory role that the member is in.
        Parameters:
        roleId - the roleId value to set.
        Returns:
        the MicrosoftGraphScopedRoleMembershipInner object itself.
      • roleMemberInfo

        public MicrosoftGraphIdentity roleMemberInfo()
        Get the roleMemberInfo property: identity.
        Returns:
        the roleMemberInfo value.