ServiceAccountAgreement¶
A service account agreement resource represents an end customer company’s consented agreement connected to a license publisher. A serviceAccountAgreement belongs to a CustomerTenant.
Resource definition¶
{
"FirstName": "Firstname",
"LastName": "Lastname",
"PhoneNumber": "000-12345689",
"Email": "firstname.lastname@email.com",
"DateAgreed": "2019-10-01T00:00:00Z",
"AgreementType": 1
}
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. |
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. |