Get-RubrikOrgAuthorization

SYNOPSIS

Returns a list of authorizations for the organization role.

SYNTAX

Get-RubrikOrgAuthorization [[-id] <String>] [[-OrgID] <String>] [[-Server] <String>] [[-api] <String>]
 [<CommonParameters>]

DESCRIPTION

This cmdlet returns the current list of authorizations for the organization role. Organizations are used to support Rubrik's multi-tenancy feature.

EXAMPLES

EXAMPLE 1

Get-RubrikOrgAuthorization

Infers the Organization of the current user and returns the list of authorizations for that Organization.

EXAMPLE 2

Returns the list of authorizations for the Organization with ID Organization:::01234567-8910-1abc-d435-0abc1234d567

EXAMPLE 3

Returns a list of authorizations for all organizations on the current cluster

PARAMETERS

-id

Principal ID

-OrgID

Organization ID

-Server

Rubrik server IP or FQDN

-api

API version

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Written by Matt Elliott for community usage Twitter: @NetworkBrouhaha GitHub: shamsway

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/get-rubrikorgauthorization

Last updated

Was this helpful?