PHP Class Scalr\Model\Entity\AclRole

Since: 5.11.18 (5.03.2016)
Author: Andrii Penchuk ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Show file Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$accountId integer Identifier of the account which ACL Role corresponds to
$accountRoleId string ACL Role unique id
$baseRoleId integer Base ACL Role to override
$color integer ACL Role color
$isAutomatic boolean Whether this role is created automatically during initialization
$name string ACL Role name

Property Details

$accountId public property

Identifier of the account which ACL Role corresponds to
public int $accountId
return integer

$accountRoleId public property

ACL Role unique id
public string $accountRoleId
return string

$baseRoleId public property

Base ACL Role to override
public int $baseRoleId
return integer

$color public property

ACL Role color
public int $color
return integer

$isAutomatic public property

Whether this role is created automatically during initialization
public bool $isAutomatic
return boolean

$name public property

ACL Role name
public string $name
return string