ServiceAccountAgreement ======================= A service account agreement resource represents an end customer company's consented agreement connected to a license publisher. A serviceAccountAgreement belongs to a :doc:`/resources/CustomerTenant`. Resource definition ------------------- .. literalinclude:: _static/ServiceAccountAgreement.json :language: json +--------------------------------+-----------------------------+-----------------------------------------------------------------------+ | Name | Type | Description | +================================+=============================+=======================================================================+ | FirstName | string | The first name of the person who consented to the agreement. | +--------------------------------+-----------------------------+-----------------------------------------------------------------------+ | LastName | string | The last name of the person who consented to the agreement. | +--------------------------------+-----------------------------+-----------------------------------------------------------------------+ | PhoneNumber | string | The phone number to the person who consented to the agreement. | +--------------------------------+-----------------------------+-----------------------------------------------------------------------+ | Email | string | The email to the person who consented to the agreement. | +--------------------------------+-----------------------------+-----------------------------------------------------------------------+ | DateAgreed | string | The consent date of the agreement. | +--------------------------------+-----------------------------+-----------------------------------------------------------------------+ | AgreementType | AgreementTypeConsent | 0=MicrosoftCloudAgreement, 1=MicrosoftCustomerAgreement. | +--------------------------------+-----------------------------+-----------------------------------------------------------------------+ Operations on Customer tenant agreement --------------------------------------- - :doc:`/scenarios/customertenantagreements-get` - :doc:`/scenarios/customertenantagreement-create`