ShadowType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: ObjectType
Local copy of any object on the provisioning resource that is related to provisioning. It may be account, group, role (on the target system), privilege, security label, organizational unit or anything else that is worth managing in identity management. In the minimal form it contains only identifiers and meta-data, but it may also be used for locally caching the account data (in local repository). This XML object provides a representation of the resource object in the IDM system, in the LOCAL REPOSITORY. It may represents a minimal data structure in IDM repository that contains only identifier and nothing else. It may also represent a rich structure with a lot of cached or fetched data. The actual content of this object depends on usage: on the specific interface and operation used and even on the system state and configuration.
Item Summary  
Name Type Multiplicity Description
name property
PolyStringType
[0,1] Human-readable, mutable name of the object. 
description property
string
[0,1] Free-form textual description of the object. 
subtype property
string
[0,-1] Type of the object. 
fetchResult property
OperationResultType
[0,1] Result of the operation that fetched this instance of the object. 
extension container
ExtensionType
[0,1] Extension container that provides generic extensibility mechanism. 
parentOrgRef reference
ObjectReferenceType
[0,-1] Set of the orgs (organizational units, projects, teams) that the object relates to. 
trigger container
TriggerType
[0,-1] Triggers for this object. 
metadata container
MetadataType
[0,1] Meta-data about object creation, modification, etc. 
tenantRef reference
ObjectReferenceType
[0,1] Reference to the tenant to which this object belongs. 
lifecycleState property
string
[0,1] Lifecycle state of the object. 
operationExecution container
OperationExecutionType
[0,-1] Description of recent operations executed on this object (or related objects, e. 
lensContext container
LensContextType
[0,1] Model context describing executed operation  
policySituation property
anyURI
[0,-1] The policy situation(s) of this object. 
triggeredPolicyRule property
EvaluatedPolicyRuleType
[0,-1] Triggered policy rules for this assignment. 
policyException container
PolicyExceptionType
[0,-1] Recorded exception from a policy rule. 
diagnosticInformation property
DiagnosticInformationType
[0,-1] Diagnostic information attached to this object. 
resourceRef reference
ObjectReferenceType
[0,1] Reference to a resource that this resource object shadow belongs to. 
dead property
boolean
[0,1] Description of operation during the processing of account failed. 
pendingOperation container
PendingOperationType
[0,-1] Description of an operation which which execution is pending for this shadow. 
synchronizationSituation property
SynchronizationSituationType
[0,1] The most recent synchronization situation. 
synchronizationTimestamp property
dateTime
[0,1] The timestamp of the most recent synchronization. 
fullSynchronizationTimestamp property
dateTime
[0,1] The timestamp of the most recent full synchronization. 
synchronizationSituationDescription property
SynchronizationSituationDescriptionType
[0,-1] Complex description of synchronization situations. 
objectClass property
QName
[0,1] The reference to a type definition for this object. 
primaryIdentifierValue property
string
[0,1] Value of the primary (unique) identifier; converted to a string if it's of a different type. 
auxiliaryObjectClass property
QName
[0,-1] The reference to additional type definitions for this object. 
kind property
ShadowKindType
[0,1] Kind of a shadow. 
intent property
string
[0,1] The intended usage type or purpose of the object. 
tag property
string
[0,1] Tag value used to discriminate multiple accounts that have the same resource+kind+intent combination. 
protectedObject property
boolean
[0,1] Protected shadows cannot be changed. 
ignored property
boolean
[0,1] Ignored shadows will not be processed during synchronization. 
assigned property
boolean
[0,1] Set to true if the object is "legally" assigned, i. 
exists property
boolean
[0,1] Set to true if the object is known to exist on the resource. 
iteration property
int
[0,1]  
iterationToken property
string
[0,1]  
attributes container
ShadowAttributesType
[0,1] Attribute values from the resource. 
association container
ShadowAssociationType
[0,-1] TODO  
activation container
ActivationType
[0,1] TODO For more details see the ActivationType documentation. 
credentials container
CredentialsType
[0,1] The set of account credentials (such as passwords). 
cachingMetadata property
CachingMetadataType
[0,1] The shadow is essentially a bunch of metadata and cached data about the actual resource object.