AuthorizationInfo
class AuthorizationInfo extends Message
Authorization information for the operation.
Protobuf type Google\Cloud\Audit\AuthorizationInfo
Methods
No description
The resource being accessed, as a REST-style string. For example: bigquery.googlapis.com/projects/PROJECTID/datasets/DATASETID
The resource being accessed, as a REST-style string. For example: bigquery.googlapis.com/projects/PROJECTID/datasets/DATASETID
The required IAM permission.
The required IAM permission.
Whether or not authorization for resource
and permission
was granted.
Whether or not authorization for resource
and permission
was granted.
Details
at line 39
__construct()
at line 51
string
getResource()
The resource being accessed, as a REST-style string. For example: bigquery.googlapis.com/projects/PROJECTID/datasets/DATASETID
Generated from protobuf field string resource = 1;
at line 63
setResource(string $var)
The resource being accessed, as a REST-style string. For example: bigquery.googlapis.com/projects/PROJECTID/datasets/DATASETID
Generated from protobuf field string resource = 1;
at line 75
string
getPermission()
The required IAM permission.
Generated from protobuf field string permission = 2;
at line 86
setPermission(string $var)
The required IAM permission.
Generated from protobuf field string permission = 2;
at line 99
bool
getGranted()
Whether or not authorization for resource
and permission
was granted.
Generated from protobuf field bool granted = 3;
at line 111
setGranted(bool $var)
Whether or not authorization for resource
and permission
was granted.
Generated from protobuf field bool granted = 3;