Reference documentation and code samples for the Google Cloud Asset V1 Client class Identity.
An identity under analysis.
Generated from protobuf message google.cloud.asset.v1.IamPolicyAnalysisResult.Identity
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The identity name in any form of members appear in IAM policy binding, such as: - user:foo@google.com - group:group1@google.com - serviceAccount:s1@prj1.iam.gserviceaccount.com - projectOwner:some_project_id - domain:google.com - allUsers - etc. |
↳ analysis_state |
Google\Cloud\Asset\V1\IamPolicyAnalysisState
The analysis state of this identity. |
getName
The identity name in any form of members appear in IAM policy binding, such as:
- user:foo@google.com
- group:group1@google.com
- serviceAccount:s1@prj1.iam.gserviceaccount.com
- projectOwner:some_project_id
- domain:google.com
- allUsers
- etc.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The identity name in any form of members appear in IAM policy binding, such as:
- user:foo@google.com
- group:group1@google.com
- serviceAccount:s1@prj1.iam.gserviceaccount.com
- projectOwner:some_project_id
- domain:google.com
- allUsers
- etc.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAnalysisState
The analysis state of this identity.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Asset\V1\IamPolicyAnalysisState|null |
|
hasAnalysisState
clearAnalysisState
setAnalysisState
The analysis state of this identity.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Asset\V1\IamPolicyAnalysisState
|
| Returns | |
|---|---|
| Type | Description |
$this |
|