$optionalAttributes public property
List of attributes, which could be returned from server. Attribute names should be always specified in AX format. For example:
['namePerson/first', 'namePerson/last']
public array $optionalAttributes = []
$optionalAttributes public property
List of attributes, which could be returned from server. Attribute names should be always specified in AX format. For example:
['namePerson/first', 'namePerson/last']
public array $optionalAttributes = []
Please login to continue.