service_perimeters_iam_policies
Creates, updates, deletes, gets or lists a service_perimeters_iam_policies resource.
Overview
| Name | service_perimeters_iam_policies |
| Type | Resource |
| Id | google.accesscontextmanager.service_perimeters_iam_policies |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
test_iam_permissions | exec | accessPoliciesId, servicePerimetersId | Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources. IAM Permissions: No specific IAM permission is required to call this method. It returns the subset of the requested permissions that the caller possesses. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
accessPoliciesId | string | |
servicePerimetersId | string |
Lifecycle Methods
- test_iam_permissions
Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources. IAM Permissions: No specific IAM permission is required to call this method. It returns the subset of the requested permissions that the caller possesses.
EXEC google.accesscontextmanager.service_perimeters_iam_policies.test_iam_permissions
@accessPoliciesId='{{ accessPoliciesId }}' --required,
@servicePerimetersId='{{ servicePerimetersId }}' --required
@@json=
'{
"permissions": "{{ permissions }}"
}'
;