Get-AdminFlowOwnerRole
Retrieves owner permissions to the flow.
Syntax
Get-AdminFlowOwnerRole
-EnvironmentName <String>
-FlowName <String>
[-Owner <String>]
[-ApiVersion <String>]
[<CommonParameters>]
Get-AdminFlowOwnerRole
-EnvironmentName <String>
-Owner <String>
[-ApiVersion <String>]
[<CommonParameters>]
Get-AdminFlowOwnerRole
-Owner <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Get-AdminFlowOwnerRole cmdlet retrieves owner permissions to the flow. Use Get-Help Get-AdminFlowOwnerRole -Examples for more detail.
Examples
EXAMPLE 1
Get-AdminFlowOwnerRole -Owner 53c0a918-ce7c-401e-98f9-1c60b3a723b3
Returns all flow permissions across all environments for the user with an object id of 53c0a918-ce7c-401e-98f9-1c60b3a723b3.
EXAMPLE 2
Get-AdminFlowOwnerRole -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239 -Owner 53c0a918-ce7c-401e-98f9-1c60b3a723b3
Returns all flow permissions within environment with ID 3c2f7648-ad60-4871-91cb-b77d7ef3c239 for the user with an object id of 53c0a918-ce7c-401e-98f9-1c60b3a723b3.
EXAMPLE 3
Get-AdminFlowOwnerRole -FlowName 4d1f7648-ad60-4871-91cb-b77d7ef3c239 -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239 -Owner 53c0a918-ce7c-401e-98f9-1c60b3a723b3
Returns all flow permissions for the flow with ID 4d1f7648-ad60-4871-91cb-b77d7ef3c239 in environment 3c2f7648-ad60-4871-91cb-b77d7ef3c239 for the user with an object id of 53c0a918-ce7c-401e-98f9-1c60b3a723b3.
EXAMPLE 4
Get-AdminFlowOwnerRole -FlowName 4d1f7648-ad60-4871-91cb-b77d7ef3c239 -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239
Returns all permissions for the flow with ID 4d1f7648-ad60-4871-91cb-b77d7ef3c239 in environment 3c2f7648-ad60-4871-91cb-b77d7ef3c239.
Parameters
-ApiVersion
The api version to call with.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
The environment ID of the flow.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-FlowName
Specifies the flow ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Owner
A object ID of the user you want to filter by.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |