Versions Compared

Key

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

...

-Role <String>
Specifies the unique name of a the role that is added to folders are assigned in the Identity Service.

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

...

-Folder <String[]>
Specifies the folder in the JOC Cockpit inventory to which a role will be limited.

More than one folder can be specified by use of a comma.

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

...

-Recursive <SwitchParameter>
Specifies that any sub-folders of the folder specified with the -Folder parameter
are should be accessible to the role.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

PS > Set-JS7IAMFolder -Service 'JOC' -Role 'application_manager' -Folder '/accounting' -Recursive

...

PS > Set-JS7IAMFolder -Service 'JOC' -Role 'application_manager' -Folder '/accounting','/sales'' -Recursive

Assigns two folders the the given role in the indicated Identity Service.