CapabilitiesType (Complex Type)

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

Collection of resource capabilities. Each element in this collection defines a specific resource capability. Standard midpoint capabilities are defined in a separate namespace. But that is not a closed set. Resource may also specify additional capabilities. If the code that is processing capabilities encounters unknown capability it must ignore it. Each capability should have boolean property "enabled" with true default value. This is used in the configured capabilities section to disable individual capabilities. This part defines native and configured capabilities. The effective capabilities of the resource are determined by application of configured capabilities to native capabilities.
Item Summary  
Name Type Multiplicity Description
cachingMetadata property
CachingMetadataType
[0,1] Metadata defining the "freshness" of the cached copy of native capabilities. 
native container
CapabilityCollectionType
[0,1] The capabilities natively supported by the connector without any simulation or any other workaround. 
configured container
CapabilityCollectionType
[0,1] The configured capabilities of the resource.