Name

Get-JS7IAMPermission

SYNOPSIS

Returns the permissions of a role in a JOC Cockpit Identity Service

SYNTAX

Get-JS7IAMPermission [-Service] <String> [-Role] <String> [[-ControllerId] <String>] [<CommonParameters>]

DESCRIPTION

This cmdlet returns the permissions of a role in a JOC Cockpit Identity Service

The following REST Web Service API resources are used:

* /iam/permissions

PARAMETERS

Service

-Service <String>
Specifies the unique name of the Identity Service.

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

Role

-Role <String>
Specifies the unique name of a role that is available from the Identity Service.

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

ControllerId

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

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

about_JS7

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

PS > $permissions = Get-JS7IAMPermission -Service 'JOC' -Role 'application_manager'

Returns the permissions of the given role in the indicated Identity Service.

  • No labels