This class associates a resource (an SMS client) with a collection. The resource is a member of the collection.
Table B.19 Collection Membership (SMS_CollectionMember_a)
| Property | Data type | Example | Notes |
|---|---|---|---|
| Collection | SMS_Collection ref | Appears as a lengthy string. | Key. Indicates the collection object. |
| CollectionID | string | "SMS00001" | The ID of the collection. |
| Domain | string | "GREEN1DOM" | Indicates the domain of the member resource. |
| IsAssigned | Boolean | TRUE | Indicates whether the client is within the site boundaries.
Values are: |
| IsClient | Boolean | TRUE | Indicates whether client software is installed.
Values are: |
| IsDirect | Boolean | FALSE | Indicates that the client is a member through a direct rule (SMS_CollectionRule Direct). Values are: |
| Name | string | "GREEN1" | Indicates the name of the member resource. |
| Resource | SMS_Resource ref | Appears as a lengthy string. | Key. Indicates the resource object. |
| ResourceID | uint32 | 1 | Key. Indicates an identifier for the resource that is unique to this site. System Resource Type inventory items with the same ResourceID were all discovered on the same SMS client. A ResourceID is an integer generated for the sake of SQL. It is not unique outside the site and should be used only for short-term querying purposes. |
| ResourceType | uint32 | 5 | Indicates the resource type.
Values are: There are currently no defined values outside of this range. |
| SiteCode | string | "GRN" | Indicates the three-letter site code for the site. |
| SMSID | string | Appears as a lengthy string. | The SMS unique identifier of the member resource. |