C# Класс 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.
Наследование: GcsCmdlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
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.

Описание методов

GetAclEntity() защищенный Метод

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
Результат string