IsClientOperationAllowed Method in Class SMS_ClientOperation

The IsClientOperationAllowed Windows Management Instrumentation (WMI) class method in Configuration Manager that checks whether a user has permission to execute an operation.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

Syntax

uint32 IsClientOperationAllowed   
{  
    [IN]    UInt32 Type  
    [IN]    String TargetCollectionID  
    [IN]    UInt32 TargetResourceIDs[]  
};  

Parameters

Type
Data type: UInt32

Qualifiers: [id("0"), in]

Type.

TargetCollectionID
Data type: String

Qualifiers: [id("1"), in]

TargetCollectionID.

TargetResourceIDs
Data type: UInt32 Array

Qualifiers: [id("2"), in, optional]

TargetResourceIDs.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.