Share via


Provisioning Schema::securityContext

Element that encapsulates the trustee for a provisioning request. This element is part of the provisioning schema of Microsoft Provisioning Framework (MPF).

Arguments

Input Argument Description

Provisioning Schema::authentication

(minOccurs="0" maxOccurs="1")

trustee

Optional. Trustee for the request. By default, when a calling user submits a request to an MPF server, the server sets trustee to that user name. However, you can override this default behavior by submitting a trusted request that already specifies a trustee.

Remarks

No remarks.

Sample Code

Example XML Request

<securityContext> 
  <authentication> 
    <basic domain="vlabmpf" username="administrator" password="ghy3417j"/> 
  </authentication> 
</securityContext>

Applies To

Provisioning Schema; Provisioning Schema::context

See also

Tasks

Provisioning Schema::context
Provisioning Schema::authentication