< Back

Get-GoogleOAuth2ApiScopes

Tue Jan 14, 2020 12:00 am

NAME Get-GoogleOAuth2ApiScopes



SYNOPSIS

Gets a current set of available OAuth2 API scopes.





SYNTAX

Get-GoogleOAuth2ApiScopes [-UseShortNames] [<CommonParameters>]





DESCRIPTION

This cmdlet retrieves the curent set of available OAuth2 API scopes. The format can either be in the short

form used by the input parameters of the cmdlets in this module, or as their long full name as used in access

code requests or JWT claim set construction.





PARAMETERS

-UseShortNames [<SwitchParameter>]

Specifies that the output is the short names of the scopes as defined in this module.



Required? false

Position? named

Default value False

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

None





OUTPUTS

System.String[]





NOTES





AUTHOR: Michael Haken

LAST UPDATE: 1/27/2018





RELATED LINKS