Versions Compared

Key

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

Name

Get-JS7JOCSettings

SYNOPSIS

Returns JS7 settings

...

A number of JS7 settings are available - for example with from the JOC Cockpit Settings page and with from Identity Services.
This cmdlet returns the such settings, for example:

* Global Settings
* Identity Service Settings

The following REST Web Service API resources are used:

* /configurations
* /configuration

...

-ConfigurationType <String>
Specifies the type of settings that defaults to GLOBALS. Possible values include:

* GLOBALS
* IAM

Required?false
Position?1
Default valueGLOBALS
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

ObjectType

-ObjectType <String>
Optionally specifies the type of an object depending on the configuration type, for example:

* Configuration Type: GLOBALS
* Configuration Type: IAM
** Object Type: JOC
** Object Type: LDAP
** Object Type: VAULT

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

Name

-Name <String>
Optionally specifies the name of an object, for example for the configuration type IAM and the object type LDAP the name of the LDAP Identity Service has to be specified.

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

about_JS7

EXAMPLES

...