ArrayOfUnknownEntriesType
extends ArrayType
in package
Contains an array of unknown permission entries that cannot be resolved against the Active Directory directory service.
Table of Contents
Properties
- $UnknownEntry : array<string|int, string>
- Represents a single unknown permission entry that cannot be resolved against Active Directory.
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
$UnknownEntry
Represents a single unknown permission entry that cannot be resolved against Active Directory.
public
array<string|int, string>
$UnknownEntry
= 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