ImpersonationInfoSecurity Element (ASSL)

Contains a read-only value that indicates if any changes were made to the security credentials that are supplied in the ImpersonationInfo data type.

Syntax

  
<ImpersonationInfo>  
   ...  
   <ImpersonationInfoSecurity>...</ImpersonationInfoSecurity>  
  
</ImpersonationInfo>...  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element ImpersonationInfo
Child elements None

Remarks

The value of this element is limited to one of the strings in the following table.

Value Description
PasswordRemoved Password information has been removed from the supplied security credentials.
Unchanged No changes have been made to the supplied security credentials.

The enumeration that corresponds to the allowed values for ImpersonationInfoSecurity in the Analysis Management Objects (AMO) object model is ImpersonationInfoSecurity.

See Also

Properties (ASSL)