C# Class Google.PowerShell.ComputeEngine.NewGceServiceAccountConfigCmdlet

Inheritance: GCloudCmdlet
Datei anzeigen Open project: GoogleCloudPlatform/google-cloud-powershell

Private Properties

Property Type Description
AddScope void
BuildFromFlags ServiceAccount

Protected Methods

Method Description
EndProcessing ( ) : void

If there are collected scopes, create a new service account from them.

ProcessRecord ( ) : void

Private Methods

Method Description
AddScope ( List scopes, object>.KeyValuePair parameter ) : void

Adds the scope uri of the parameter, if it has one.

BuildFromFlags ( ) : ServiceAccount

Creates a ServiceAccount object from the email and uses the given flags to add scopes.

Method Details

EndProcessing() protected method

If there are collected scopes, create a new service account from them.
protected EndProcessing ( ) : void
return void

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void