Versions Compared

Key

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

...

Remove-JS7IAMRole

SYNOPSIS

Removes Permanently removes roles from a JOC Cockpit Identity Service

...

Remove-JS7IAMRole [-Service] <String> [-Role] <String[]> [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

This cmdlet permanently removes one or more roles from a JOC Cockpit Identity Service.

The following REST Web Service API resources are used:

* /iam/roles/delete

...

-Role <String[]>
Specifies one or more roles the name of the role to be removed from the Identity Service.

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

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

...

PS > Remove-JS7IAMRole -Service 'JOC' -Role 'application_manager'

Removes Deletes a role from the indicated JOC Cockpit Identity Service.

...

PS > Get-JS7IAMRole -Service 'JOC' -Role 'application_manager' | Remove-JS7IAMRole

Removes Deletes the indicated role from the JOC Cockpit Identity Service by pipelining.