cim_authorizeduse.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 27 行
MOF
27 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_AuthorizedUse// ================================================================== [Association, Deprecated { "No value" }, UMLPackagePath ( "CIM::User::AccessControl" ), Version ( "2.8.0" ), Description ( "CIM_AuthorizedUse is an association used to provide an " "AuthorizationService with the AccessControlInformation it " "needs to do its job. This association is deprecated with no " "proposed replacement, since authorization processing will be " "handled via policy or static checking of Privileges.")]class CIM_AuthorizedUse : CIM_Dependency { [Deprecated { "No value" }, Override ( "Antecedent" ), Description ( "Access Control Information.")] CIM_AccessControlInformation REF Antecedent; [Deprecated { "No value" }, Override ( "Dependent" ), Description ( "AuthorizationService that uses an ACI.")] CIM_AuthorizationService REF Dependent;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?