- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Examples
- Try it!
List all AttestationRule on a WorkloadIdentityPoolManagedIdentity.
HTTP request
GET https://iam.googleapis.com/v1/{resource=projects/*/locations/*/workloadIdentityPools/*/namespaces/*/managedIdentities/*}:listAttestationRules
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
resource |
Required. The resource name of the managed identity or namespace resource to list attestation rules of. |
Query parameters
| Parameters | |
|---|---|
filter |
Optional. A query filter. Supports the following function:
|
pageSize |
Optional. The maximum number of AttestationRules to return. If unspecified, at most 50 AttestationRules are returned. The maximum value is 100; values above 100 are truncated to 100. |
pageToken |
Optional. A page token, received from a previous |
Request body
The request body must be empty.
Response body
Response message for managedIdentities.listAttestationRules.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"attestationRules": [
{
object ( |
| Fields | |
|---|---|
attestationRules[] |
A list of AttestationRules. |
nextPageToken |
Optional. A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/iam
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the resource resource:
CALLBACK
For more information, see the IAM documentation.