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.
data
array
Optional. Data for populating the Message object.
↳ role
string
The role.
↳ permission
string
The permission.
↳ analysis_state
getRole
The role.
Generated from protobuf field string role = 1;
string
hasRole
setRole
The role.
Generated from protobuf field string role = 1;
var
string
$this
getPermission
The permission.
Generated from protobuf field string permission = 2;
string
hasPermission
setPermission
The permission.
Generated from protobuf field string permission = 2;
var
string
$this
getAnalysisState
The analysis state of this access.
Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;
hasAnalysisState
clearAnalysisState
setAnalysisState
The analysis state of this access.
Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 3;
$this
getOneofAccess
string