from office365.entity import Entity


class Agreement(Entity):
    """
    Represents a tenant's customizable terms of use agreement that is created and managed with
    Azure Active Directory (Azure AD). You can use the following methods to create and manage the Azure Active Directory
    Terms of Use feature according to your scenario.
    """
