public static interface IamPolicySearchResult.ExplanationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsMatchedPermissions(String key)
public abstract boolean containsMatchedPermissions(String key) The map from roles to their included permissions that match the
permission query (i.e., a query containing policy.role.permissions:).
Example: if query policy.role.permissions:compute.disk.get
matches a policy binding that contains owner role, the
matched_permissions will be {"roles/owner": ["compute.disk.get"]}. The
roles can also be found in the returned policy bindings. Note that the
map is populated only for requests with permission queries.
map<string, .google.cloud.asset.v1.IamPolicySearchResult.Explanation.Permissions> matched_permissions = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getMatchedPermissions() (deprecated)
public abstract Map<String,IamPolicySearchResult.Explanation.Permissions> getMatchedPermissions()Use #getMatchedPermissionsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,Permissions> |
|
getMatchedPermissionsCount()
public abstract int getMatchedPermissionsCount() The map from roles to their included permissions that match the
permission query (i.e., a query containing policy.role.permissions:).
Example: if query policy.role.permissions:compute.disk.get
matches a policy binding that contains owner role, the
matched_permissions will be {"roles/owner": ["compute.disk.get"]}. The
roles can also be found in the returned policy bindings. Note that the
map is populated only for requests with permission queries.
map<string, .google.cloud.asset.v1.IamPolicySearchResult.Explanation.Permissions> matched_permissions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMatchedPermissionsMap()
public abstract Map<String,IamPolicySearchResult.Explanation.Permissions> getMatchedPermissionsMap() The map from roles to their included permissions that match the
permission query (i.e., a query containing policy.role.permissions:).
Example: if query policy.role.permissions:compute.disk.get
matches a policy binding that contains owner role, the
matched_permissions will be {"roles/owner": ["compute.disk.get"]}. The
roles can also be found in the returned policy bindings. Note that the
map is populated only for requests with permission queries.
map<string, .google.cloud.asset.v1.IamPolicySearchResult.Explanation.Permissions> matched_permissions = 1;
| Returns | |
|---|---|
| Type | Description |
Map<String,Permissions> |
|
getMatchedPermissionsOrDefault(String key, IamPolicySearchResult.Explanation.Permissions defaultValue)
public abstract IamPolicySearchResult.Explanation.Permissions getMatchedPermissionsOrDefault(String key, IamPolicySearchResult.Explanation.Permissions defaultValue) The map from roles to their included permissions that match the
permission query (i.e., a query containing policy.role.permissions:).
Example: if query policy.role.permissions:compute.disk.get
matches a policy binding that contains owner role, the
matched_permissions will be {"roles/owner": ["compute.disk.get"]}. The
roles can also be found in the returned policy bindings. Note that the
map is populated only for requests with permission queries.
map<string, .google.cloud.asset.v1.IamPolicySearchResult.Explanation.Permissions> matched_permissions = 1;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
IamPolicySearchResult.Explanation.Permissions |
| Returns | |
|---|---|
| Type | Description |
IamPolicySearchResult.Explanation.Permissions |
|
getMatchedPermissionsOrThrow(String key)
public abstract IamPolicySearchResult.Explanation.Permissions getMatchedPermissionsOrThrow(String key) The map from roles to their included permissions that match the
permission query (i.e., a query containing policy.role.permissions:).
Example: if query policy.role.permissions:compute.disk.get
matches a policy binding that contains owner role, the
matched_permissions will be {"roles/owner": ["compute.disk.get"]}. The
roles can also be found in the returned policy bindings. Note that the
map is populated only for requests with permission queries.
map<string, .google.cloud.asset.v1.IamPolicySearchResult.Explanation.Permissions> matched_permissions = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
IamPolicySearchResult.Explanation.Permissions |
|