Google Cloud Asset V1 Client - Class Access (1.9.2)

Reference documentation and code samples for the Google Cloud Asset V1 Client class Access.

An IAM role or permission under analysis.

Generated from protobuf message google.cloud.asset.v1.IamPolicyAnalysisResult.Access

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ role string

The role.

↳ permission string

The permission.

↳ analysis_state Google\Cloud\Asset\V1\IamPolicyAnalysisState

The analysis state of this access.

getRole

The role.

Generated from protobuf field string role = 1;

Returns
TypeDescription
string

hasRole

setRole

The role.

Generated from protobuf field string role = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPermission

The permission.

Generated from protobuf field string permission = 2;

Returns
TypeDescription
string

hasPermission

setPermission

The permission.

Generated from protobuf field string permission = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAnalysisState

The analysis state of this access.

Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;

Returns
TypeDescription
Google\Cloud\Asset\V1\IamPolicyAnalysisState|null

hasAnalysisState

clearAnalysisState

setAnalysisState

The analysis state of this access.

Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;

Parameter
NameDescription
var Google\Cloud\Asset\V1\IamPolicyAnalysisState
Returns
TypeDescription
$this

getOneofAccess

Returns
TypeDescription
string