2.2.4.31 GroupInfo
The GroupInfo type contains informational data about the group.
Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi
-
<xs:complexType name="GroupInfo"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="CurrentSid" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="GroupName" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="Guid" nillable="true" xmlns:q12="http://schemas.microsoft.com/2003/10/Serialization/" type="q12:guid"/> <xs:element minOccurs="0" maxOccurs="1" name="RemoteWebAccess" type="xs:boolean"/> <xs:element minOccurs="0" maxOccurs="1" name="VpnAccess" type="xs:boolean"/> <xs:element minOccurs="0" maxOccurs="1" name="WindowsAccount" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType>
CurrentSid: The SID of the group.
GroupName: The name of the group.
Guid: The Guid of the group.
RemoteWebAccess: A flag that indicates whether the group has remote web access permission.
VpnAccess: A flag that indicates whether the group has VPN access permission.
WindowsAccount: The Windows account of the group.