- 3.55.0 (latest)
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.2-SNAPSHOT
- 3.6.0
- 3.4.1
- 3.3.1
- 3.2.17
public interface IamPolicyAnalysisResultOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccessControlLists(int index)
public abstract IamPolicyAnalysisResult.AccessControlList getAccessControlLists(int index)
The access control lists derived from the iam_binding that match or potentially match resource and access selectors specified in the request.
repeated .google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AccessControlList access_control_lists = 3;
Name | Description |
index | int |
Type | Description |
IamPolicyAnalysisResult.AccessControlList |
getAccessControlListsCount()
public abstract int getAccessControlListsCount()
The access control lists derived from the iam_binding that match or potentially match resource and access selectors specified in the request.
repeated .google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AccessControlList access_control_lists = 3;
Type | Description |
int |
getAccessControlListsList()
public abstract List<IamPolicyAnalysisResult.AccessControlList> getAccessControlListsList()
The access control lists derived from the iam_binding that match or potentially match resource and access selectors specified in the request.
repeated .google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AccessControlList access_control_lists = 3;
Type | Description |
List<AccessControlList> |
getAccessControlListsOrBuilder(int index)
public abstract IamPolicyAnalysisResult.AccessControlListOrBuilder getAccessControlListsOrBuilder(int index)
The access control lists derived from the iam_binding that match or potentially match resource and access selectors specified in the request.
repeated .google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AccessControlList access_control_lists = 3;
Name | Description |
index | int |
Type | Description |
IamPolicyAnalysisResult.AccessControlListOrBuilder |
getAccessControlListsOrBuilderList()
public abstract List<? extends IamPolicyAnalysisResult.AccessControlListOrBuilder> getAccessControlListsOrBuilderList()
The access control lists derived from the iam_binding that match or potentially match resource and access selectors specified in the request.
repeated .google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AccessControlList access_control_lists = 3;
Type | Description |
List<? extends com.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AccessControlListOrBuilder> |
getAttachedResourceFullName()
public abstract String getAttachedResourceFullName()
The full name of the resource to which the iam_binding policy attaches.
string attached_resource_full_name = 1;
Type | Description |
String | The attachedResourceFullName. |
getAttachedResourceFullNameBytes()
public abstract ByteString getAttachedResourceFullNameBytes()
The full name of the resource to which the iam_binding policy attaches.
string attached_resource_full_name = 1;
Type | Description |
ByteString | The bytes for attachedResourceFullName. |
getFullyExplored()
public abstract boolean getFullyExplored()
Represents whether all nodes in the transitive closure of the iam_binding node have been explored.
bool fully_explored = 5;
Type | Description |
boolean | The fullyExplored. |
getIamBinding()
public abstract Binding getIamBinding()
The Cloud IAM policy binding under analysis.
.google.iam.v1.Binding iam_binding = 2;
Type | Description |
com.google.iam.v1.Binding | The iamBinding. |
getIamBindingOrBuilder()
public abstract BindingOrBuilder getIamBindingOrBuilder()
The Cloud IAM policy binding under analysis.
.google.iam.v1.Binding iam_binding = 2;
Type | Description |
com.google.iam.v1.BindingOrBuilder |
getIdentityList()
public abstract IamPolicyAnalysisResult.IdentityList getIdentityList()
The identity list derived from members of the iam_binding that match or potentially match identity selector specified in the request.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.IdentityList identity_list = 4;
Type | Description |
IamPolicyAnalysisResult.IdentityList | The identityList. |
getIdentityListOrBuilder()
public abstract IamPolicyAnalysisResult.IdentityListOrBuilder getIdentityListOrBuilder()
The identity list derived from members of the iam_binding that match or potentially match identity selector specified in the request.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.IdentityList identity_list = 4;
Type | Description |
IamPolicyAnalysisResult.IdentityListOrBuilder |
hasIamBinding()
public abstract boolean hasIamBinding()
The Cloud IAM policy binding under analysis.
.google.iam.v1.Binding iam_binding = 2;
Type | Description |
boolean | Whether the iamBinding field is set. |
hasIdentityList()
public abstract boolean hasIdentityList()
The identity list derived from members of the iam_binding that match or potentially match identity selector specified in the request.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.IdentityList identity_list = 4;
Type | Description |
boolean | Whether the identityList field is set. |