Versions Compared

Key

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

...

Get-JS7IAMAccount

SYNOPSIS

Returns accounts of from a JOC Cockpit Identity Service

...

This cmdlet returns accounts in from a JOC Cockpit Identity Service.

The following REST Web Service API resources are used:

* /iam/accounts

...

PS > $accounts = Get-JS7IAMAccount -Service 'JOC'

Returns the accounts from the indicated JOC Cockpit Identity Service.

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

PS > $accounts $account = Get-JS7IAMAccount -Service 'JOC' -Account 'matt'

Returns the given account from the indicated JOC Cockpit Identity Service.