The SMS_SecuredObject class describes six different types of objects in the SMS system that can be secured. Those objects are Collection, Package, Advertisement, Status Message, Site, and Query.
Table B.44 Security Object (SMS_SecuredObject)
Property | Data type | Example | Notes |
---|---|---|---|
ObjectKey | uint32 | 1 | Key. Indicates the class of objects to which the permissions apply.
Values are: |
ObjectName | string | "SMS_Collection" | Class name of secured object. |
DefaultClassPermissions | uint32 | See “Interpreting Bitfield Properties” at the beginning of this appendix. | Indicates default global permissions.
Bit flags are: 0 = READ |
DefaultInstancePermissions | uint32 | See “Interpreting Bitfield Properties” at the beginning of this appendix. | Indicates default instance permissions.
Bit flags are: 0 = READ |
AvailableClassPermissions | uint32 | See “Interpreting Bitfield Properties” at the beginning of this appendix. | Indicates available global permissions.
Bit flags are: 0 = READ |
AvailableInstancePermissions | uint32 | See “Interpreting Bitfield Properties” at the beginning of this appendix. | Indicates available instance permissions.
Bit Flags are: 0 = READ |