2.2.4.2.2.31 ImpersonationInfo
The ImpersonationInfo complex type represents impersonation settings for an object or operation.
-
<xsd:complexType name="ImpersonationInfo"> <xsd:all> <xsd:element name="ImpersonationMode" > <xsd:simpleType> <xsd:restriction base="xsd:string" > <xsd:enumeration value="Default" /> <xsd:enumeration value="ImpersonateServiceAccount" /> <xsd:enumeration value="ImpersonateAnonymous" /> <xsd:enumeration value="ImpersonateCurrentUser" /> <xsd:enumeration value="ImpersonateAccount" /> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="Account" type="xsd:string" minOccurs="0"/> <xsd:element name="Password" type="xsd:string" minOccurs="0"/> <xsd:element name="ImpersonationInfoSecurity" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="xsd:string" > <xsd:enumeration value="PasswordRemoved" /> <xsd:enumeration value="Unchanged" /> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:all> </xsd:complexType>
Element |
Read-Only |
Default value |
Description |
---|---|---|---|
ImpersonationMode |
|
[Required] |
A string that specifies the credentials to use for impersonation. The enumeration values are as follows:
|
Account |
|
Empty |
The user account to impersonate when ImpersonationMode=ImpersonateAccount. |
Password |
|
Empty |
The password of the user account when ImpersonationMode=ImpersonateAccount. |
ImpersonationInfoSecurity |
Read-only |
|
Specifies whether the password was removed. |