3.1.4.4.3.1 ExecuteSPAcceptEulaRequestBody
Specifies which EULA is accepted and by whom it is accepted.
-
<xsd:complexType name="ExecuteSPAcceptEula"> <xsd:sequence> <xsd:element minOccurs="1" maxOccurs="1" name="eulaId" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" maxOccurs="1" name="adminName" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" maxOccurs="1" name="updateId" nillable="true" type="tns:UpdateRevisionId"/> </xsd:sequence> </xsd:complexType>
eulaId: This field MUST be present and contains the string representation of a GUID that identifies the EULA.
adminName: This field MUST be present. It contains the name of an administrator who accepts the EULA. The specified name MUST NOT be longer than 384 Unicode characters and SHOULD adhere to the format <domain>\<username>.
updateId: This field MUST be present. It contains the revision of the update for which the EULA is accepted. The format of this field is defined in section 2.2.4.15.