⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_authenticationtarget.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_AuthenticationTarget// ==================================================================   [Association, Deprecated { "CIM_PolicySetAppliesToElement" },    UMLPackagePath ( "CIM::User::AuthenticationReqmt" ),       Version ( "2.8.0" ), Description (       "CIM_AuthenticationTarget is an association used to apply "       "authentication requirements for access to specific resources. "       "For example, a shared secret may be sufficient for access to "       "unclassified resources, but for confidential resources, a "       "stronger authentication may be required. Since the "       "AuthenticationRequirement class is deprecated in lieu of "       "explicit policy rules, this association is similarly "       "deprecated to its 'policy' equivalent.")]class CIM_AuthenticationTarget : CIM_Dependency {      [Deprecated { "CIM_PolicySetAppliesToElement.PolicySet" },       Override ( "Antecedent" ), Description (          "AuthenticationRequirement that applies to specific "          "resources.")]   CIM_AuthenticationRequirement REF Antecedent;      [Deprecated { "CIM_PolicySetAppliesToElement.ManagedElement" },       Override ( "Dependent" ), Description (          "Target resources that may be in a Collection or an "          "individual ManagedElement. These resources are protected by "          "the AuthenticationRequirement.")]   CIM_ManagedElement REF Dependent;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -