< Back

Get-AdminFlowOwnerRole

Sat Jan 18, 2020 3:46 pm

NAME Get-AdminFlowOwnerRole



SYNOPSIS

Gets 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

Use Get-Help Get-AdminFlowOwnerRole -Examples for more detail.





PARAMETERS

-EnvironmentName <String>

The environment of the flow.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-FlowName <String>

Specifies the flow id.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Owner <String>

A objectId of the user you want to filter by.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? named

Default value 2016-11-01

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



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



PS C:\\>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 --------------------------



PS C:\\>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 --------------------------



PS C:\\>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 --------------------------



PS C:\\>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











RELATED LINKS