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
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell

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