Page History
Name
Get-JS7IAMFolder
SYNOPSIS
Returns folders for a role in a JOC Cockpit Identity Service
SYNTAX
Get-JS7IAMFolder [-Service] <String> [-Role] <String> [[-ControllerId] <String>] [<CommonParameters>]
DESCRIPTION
This cmdlet returns folders for a role in a JOC Cockpit Identity Service.
The following REST Web Service API resources are used:
* /iam/folders
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 folders for this Controller be returned.
Required? | false |
Position? | 3 |
Default value | |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
RELATED LINKS
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
PS > $folders = Get-JS7IAMFolder -Service 'JOC' -RoleName 'application_manager'
Returns the folders of the indicated JOC Cockpit Identity Service and role.