The SMS_RbacSecuredObject Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the RBAC Security Object.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_RbacSecuredObject : SMS_BaseClass { UInt32 AvailableInstanceOperations; UInt32 AvailableTypeOperations; UInt32 GrantedOperations; UInt32 ObjectTypeID; String ObjectTypeName; SMS_Operation Operations[]; }; |
Methods
The following table lists the methods in the SMS_RbacSecuredObject class.
Method | Description |
---|---|
Returns true if the current user has all the requested rights to the given object. |
|
GetCollectionsWithResourcePermissions Method in Class SMS_RbacSecuredObject |
Retrieves the collections that the given resource is a member of and the requested permissions. |
Returns the secured scopes which current user has all the specified roles associated. |
|
Returns the secured scopes which current user has all the specified roles associated. |
Properties
- AvailableInstanceOperations
- Data type: UInt32Access type: Read/Write Qualifiers: NoneAvailable instance level permissions. Detail at Operations.
- AvailableTypeOperations
- Data type: UInt32Access type: Read/Write Qualifiers: NoneAvailable permissions. Detail at Operations.
- GrantedOperations
- Data type: UInt32Access type: Read/Write Qualifiers: NoneThe operations which are granted to the current user for this type of object.
- ObjectTypeID
- Data type: UInt32Access type: Read/Write Qualifiers: [key]The type of object.
- ObjectTypeName
- Data type: StringAccess type: Read/Write Qualifiers: [sizelimit(“256”)]Name of the object type.
- Operations
- Data type: SMS_Operation ArrayAccess type: Read/Write Qualifiers: [lazy]The list of operations which belong to this type.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.