from office365.entity import Entity


class ManagedAppRegistration(Entity):
    """
    The ManagedAppEntity is the base entity type for all other entity types under app management workflow.
    The ManagedAppRegistration resource represents the details of an app, with management capability,
    used by a member of the organization.
    """
