C# Class Google.PowerShell.CloudStorage.GcsAclCmdlet

Base class for ACL-related Cloud Storage cmdlets. Contains inherited parameters to be used in derived classes. Derived classes are expected to have 6 different parameter sets, corresponding to the scope of the ACL being added/removed. e.g. User, Group, Team, etc.
Inheritance: GcsCmdlet
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-powershell

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
GetAclEntity ( ) : string

Returns the entity holding the access control based on the cmdlet parameters. Entity will be of the form user-userId, user-emailAddress, group-groupId, group-emailAddress, project-role-projectNumber, allUsers or allAuthenticatedUsers.

Method Details

GetAclEntity() protected méthode

Returns the entity holding the access control based on the cmdlet parameters. Entity will be of the form user-userId, user-emailAddress, group-groupId, group-emailAddress, project-role-projectNumber, allUsers or allAuthenticatedUsers.
protected GetAclEntity ( ) : string
Résultat string