Reference documentation and code samples for the Google Apps Chat V1 Client class AccessPermissionSetting.
An access permission setting.
Generated from protobuf message google.chat.v1.Space.AccessPermissionSetting
Namespace
Google \ Apps \ Chat \ V1 \ SpaceMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ principals |
array<Principal>
Optional. Unordered list. Allowed principals for this permission. |
getPrincipals
Optional. Unordered list. Allowed principals for this permission.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Principal> |
|
setPrincipals
Optional. Unordered list. Allowed principals for this permission.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Principal>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|