3.1.4.22.3.2 ExecuteSPGetTargetGroupByIdResponseBody

Contains information about the specified target group.

            
 <xsd:complexType name="ExecuteSPGetTargetGroupByIdResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetTargetGroupByIdResult" nillable="true" type="tns:GenericReadableRow"/>
   </xsd:sequence>
 </xsd:complexType>

ExecuteSPGetTargetGroupByIdResult: This field MUST be present. It contains information about the specified computer target group. The format of the complex type is defined in section 2.2.4.12. Items in that array SHOULD be interpreted as follows:

Index

Name

Type

Description

0

TypeName

String

This field MUST NOT be NULL. It describes the type of the target group. For any user-created target group, the value SHOULD be "Computers".

1

Name

String

This field MUST NOT be NULL. It contains the name of the target group.

2

ID

GUID

This field MUST NOT be empty. It contains the GUID of the target group.