< Back

Get-GcIamPolicyBinding

Mon Jan 13, 2020 11:15 pm

NAME Get-GcIamPolicyBinding



SYNOPSIS

Lists all IAM policy bindings in a project.





SYNTAX

Get-GcIamPolicyBinding [-Project <string>] [<CommonParameters>]





DESCRIPTION

Lists all IAM policy bindings in a project. The cmdlet will use the default project if -Project is not used.





PARAMETERS

-Project <string>

The project to check for IAM Policies. If not set via PowerShell parameter processing, will default to the

Cloud SDK's DefaultProject property.



Required? false

Position? named

Default value

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-GcIamPolicyBinding



This command gets all the IAM policy bindings from the default project.



RELATED LINKS

[Google Cloud IAM] (https://cloud.google.com/iam/docs/overview)