Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List of identities. Can be array of ,IdentityIdentity | identity

Returns

...

Remarks

This function recursively searches if array element is a array again to find all identities on input element and returns flatten identity array.

...

Code Block
languagets
Merge to identity

Example

Code Block
languagejs
var result = $Membership.Join([
  $Membership.FindIdentity('Developers','Group'),
  $Membership.FindIdentity('General Management\Accounting','OrganizationUnit')
]);

Examples

...

languagets

...

Code Block
languagejs
var result = $Membership.Join([
  $Membership.FindIdentity('Developers','Group'),
  $Membership.FindIdentity('General Management\Accounting','OrganizationUnit')
]);