Versions Compared

Key

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

...

-ControllerId <String>
Optionally specifies the unique identifier of a Controller should permissions folders for this
Controller be returned.

Required?false
Position?3
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

PS > $folders = Get-JS7IAMFolder -Service JOC

Returns the folders of the indicated JOC Cockpit Identity Service.

-------------------------- EXAMPLE 2 --------------------------

PS > $folders = Get-JS7IAMFolder -Service JOC 'JOC' -RoleName 'application_manager'

...