NonEmptyArrayOfRestrictedGroupIdentifiersType
extends ArrayType
in package
Represents a collection of restricted groups from a user's token.
Table of Contents
Properties
- $RestrictedGroupIdentifier : array<string|int, SidAndAttributesType>
- Represents the group security identifier (SID) and attributes for a restricted group.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$RestrictedGroupIdentifier
Represents the group security identifier (SID) and attributes for a restricted group.
public
array<string|int, SidAndAttributesType>
$RestrictedGroupIdentifier
= array()
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed