Page History
Name
Get-JS7IAMRole
SYNOPSIS
Returns a number of roles from a JOC Cockpit Identity Service
SYNTAX
Get-JS7IAMRole [-Service] <String> [[-Role] <String>] [<CommonParameters>]
DESCRIPTION
This cmdlet returns a number of roles from a JOC Cockpit Identity Service
The following REST Web Service API resources are used:
* /iam/roles
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? | false |
Position? | 2 |
Default value | |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
RELATED LINKS
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
PS > $roles = Get-JS7IAMRole -Service 'JOC'
Returns the roles of the indicated Identity Service.
-------------------------- EXAMPLE 2 --------------------------
PS > $role = Get-JS7IAMRole -Service 'JOC' -Role 'application_manager'
Returns the given role of the indicated Identity Service.