Get-vRAAuthorizationRole

SYNOPSIS

Retrieve vRA Authorization Role

SYNTAX

Get-vRAAuthorizationRole [[-Id] <String[]>] [[-Limit] <String>]

DESCRIPTION

Retrieve vRA Authorization Role

EXAMPLES

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

Get-vRAAuthorizationRole

-------------------------- EXAMPLE 2 --------------------------

Get-vRAAuthorizationRole -Id CSP_TENANT_ADMIN

PARAMETERS

-Id

Specify the Id of a Role

Type: String[]
Parameter Sets: (All)
Aliases: 

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Limit

The number of entries returned per page from the API. This has a default value of 100.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 2
Default value: 100
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

System.String

OUTPUTS

System.Management.Automation.PSObject.

NOTES