Skip to content

Commit 0832247

Browse files
feat(iam): update the api
#### iam:v1 The following keys were added: - schemas.PolicyOperationMetadata (Total Keys: 4)
1 parent 5f26ed1 commit 0832247

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

googleapiclient/discovery_cache/documents/iam.v1.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@
16961696
}
16971697
}
16981698
},
1699-
"revision": "20210722",
1699+
"revision": "20210728",
17001700
"rootUrl": "https://iam.googleapis.com/",
17011701
"schemas": {
17021702
"AdminAuditData": {
@@ -2316,6 +2316,18 @@
23162316
},
23172317
"type": "object"
23182318
},
2319+
"PolicyOperationMetadata": {
2320+
"description": "Metadata for long-running Policy operations.",
2321+
"id": "PolicyOperationMetadata",
2322+
"properties": {
2323+
"createTime": {
2324+
"description": "Timestamp when the google.longrunning.Operation was created.",
2325+
"format": "google-datetime",
2326+
"type": "string"
2327+
}
2328+
},
2329+
"type": "object"
2330+
},
23192331
"QueryAuditableServicesRequest": {
23202332
"description": "A request to get the list of auditable services for a resource.",
23212333
"id": "QueryAuditableServicesRequest",

0 commit comments

Comments
 (0)