User\CIM_ServiceUsesSecurityService.mof.mof (HTML version)

Return to index
CIM_ServiceUsesSecurityService Superclass: CIM_ServiceServiceDependency
This relationship associates a Service with the Security Services that it uses.
Qualifiers:Version ( "2.6.0" ) UMLPackagePath ( "CIM::User::SecurityServices" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_Service REF Dependent ;
Override ( "Antecedent" )
CIM_SecurityService REF Antecedent ;
ValueMap { "0" , "1" , "2" , "3" , "4" }
Values { "Unknown" , "Other" , "Service Must Have Completed" , "Service Must Be Started" , "Service Must Not Be Started" }
uint16 TypeOfDependency ;
The nature of the Service-to-Service dependency. This property describes that the associated Service must have completed (value=2), must be started (value=3) or must not be started (value=4) for the Service to function.
boolean RestartService ;
This property describes that the Antecedent Service must be restarted after the Dependent operation is complete.