Class CIM_ManagedCredential

Used in features: Provisioning , Security Administration
Compatible with the following Intel AMT Releases: 3.0, 3.2, 4.0, 5.0, 5.1, 6.0, 6.1, 6.2, 7.0, 8.0, 8.1, 9.0, 9.5, 10.0, 11.0
CIM_Dependency
   extended by CIM_ManagedCredential


Association class CIM_ManagedCredential
extends CIM_Dependency

General Information:
This relationship associates a CredentialManagementService with the Credential it manages.

Product Specific Usage:
This association connects between a credential (AMT_PublicKeyCertificate, AMT_PublicPrivateKeyPair, AMT_CRL).

Qualifiers:
-------------
Association
Deprecated={CIM_ServiceAffectsElement}
Version=2.16.0
UMLPackagePath=CIM::User::Credential


Supported Fields Summary
 REF CIM_CredentialManagementService Antecedent Key
The credential management service.
 REF CIM_Credential Dependent Key
The managed credential.

Methods Summary
  Get(Instance)
Gets the representation of the instance
  Pull(EnumerationContext, MaxElements)
Pulls instances of this class, following an Enumerate operation
  Enumerate()
Enumerates the instances of this class
  Release(EnumerationContext)
Releases an enumeration context

Field Detail

Antecedent Key

public REF CIM_CredentialManagementService Antecedent
General Information:
The credential management service.

Qualifiers:
-------------
Deprecated={CIM_ServiceAffectsElement.AffectingElement}
Override=Antecedent
Max=1


Dependent Key

public REF CIM_Credential Dependent
General Information:
The managed credential.

Qualifiers:
-------------
Deprecated={CIM_ServiceAffectsElement.AffectedElement}
Override=Dependent


Method Detail

Get

public  Get([OUT]CIM_ManagedCredential Instance)
Permission Information:
The permissions of this method depend upon the context of its usage

General Information:
Gets the representation of the instance

Pull

public  Pull([IN]String EnumerationContext, [IN]String MaxElements)
Permission Information:
All users permitted to use method, only instances to whom the user has permissions will be returned

General Information:
Pulls instances of this class, following an Enumerate operation

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Copyright © 2006-2022, Intel Corporation. All rights reserved.