17 lines
670 B
Plaintext
17 lines
670 B
Plaintext
// Copyright (c) 2005 DMTF. All rights reserved.
|
|
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
|
|
// qualifier values to CIM Schema.</change>
|
|
// ==================================================================
|
|
// CIM_AuthorizationService
|
|
// ==================================================================
|
|
[Version ( "2.8.0" ),
|
|
UMLPackagePath ( "CIM::User::SecurityServices" ),
|
|
Description (
|
|
"CIM_AuthorizationService determines whether an Identity, "
|
|
"established by an AuthorizationService, is permitted access to "
|
|
"a resource or set of resources." )]
|
|
class CIM_AuthorizationService : CIM_SecurityService {
|
|
|
|
|
|
};
|