Index: discovery/googleapis/cloudkms__v1.json |
diff --git a/discovery/googleapis/cloudkms__v1.json b/discovery/googleapis/cloudkms__v1.json |
index 235c8b88210f51ca114ed695c7bdea2a38461391..5bd9df8e6b579d5ca3c40d804d1b449681b5649b 100644 |
--- a/discovery/googleapis/cloudkms__v1.json |
+++ b/discovery/googleapis/cloudkms__v1.json |
@@ -25,27 +25,6 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "quotaUser": { |
- "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
- "location": "query", |
- "type": "string" |
- }, |
- "pp": { |
- "default": "true", |
- "description": "Pretty-print response.", |
- "location": "query", |
- "type": "boolean" |
- }, |
- "oauth_token": { |
- "description": "OAuth 2.0 token for the current user.", |
- "location": "query", |
- "type": "string" |
- }, |
- "bearer_token": { |
- "description": "OAuth bearer token.", |
- "location": "query", |
- "type": "string" |
- }, |
"upload_protocol": { |
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
"location": "query", |
@@ -57,18 +36,13 @@ |
"location": "query", |
"type": "boolean" |
}, |
- "uploadType": { |
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
- "location": "query", |
- "type": "string" |
- }, |
"fields": { |
"description": "Selector specifying which fields to include in a partial response.", |
"location": "query", |
"type": "string" |
}, |
- "callback": { |
- "description": "JSONP", |
+ "uploadType": { |
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
"location": "query", |
"type": "string" |
}, |
@@ -85,6 +59,11 @@ |
"location": "query", |
"type": "string" |
}, |
+ "callback": { |
+ "description": "JSONP", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"alt": { |
"default": "json", |
"description": "Data format for response.", |
@@ -110,6 +89,27 @@ |
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
"location": "query", |
"type": "string" |
+ }, |
+ "quotaUser": { |
+ "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "pp": { |
+ "default": "true", |
+ "description": "Pretty-print response.", |
+ "location": "query", |
+ "type": "boolean" |
+ }, |
+ "oauth_token": { |
+ "description": "OAuth 2.0 token for the current user.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "bearer_token": { |
+ "description": "OAuth bearer token.", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"protocol": "rest", |
@@ -126,6 +126,12 @@ |
"name" |
], |
"parameters": { |
+ "pageSize": { |
+ "description": "The standard list page size.", |
+ "format": "int32", |
+ "location": "query", |
+ "type": "integer" |
+ }, |
"filter": { |
"description": "The standard list filter.", |
"location": "query", |
@@ -142,12 +148,6 @@ |
"description": "The standard list page token.", |
"location": "query", |
"type": "string" |
- }, |
- "pageSize": { |
- "description": "The standard list page size.", |
- "format": "int32", |
- "location": "query", |
- "type": "integer" |
} |
}, |
"path": "v1/{+name}/locations", |
@@ -186,31 +186,23 @@ |
"resources": { |
"keyRings": { |
"methods": { |
- "create": { |
- "description": "Create a new KeyRing in a given Project and Location.", |
- "httpMethod": "POST", |
- "id": "cloudkms.projects.locations.keyRings.create", |
+ "get": { |
+ "description": "Returns metadata for a given KeyRing.", |
+ "httpMethod": "GET", |
+ "id": "cloudkms.projects.locations.keyRings.get", |
"parameterOrder": [ |
- "parent" |
+ "name" |
], |
"parameters": { |
- "parent": { |
- "description": "Required. The resource name of the location associated with the\nKeyRings, in the format `projects/*/locations/*`.", |
+ "name": { |
+ "description": "The name of the KeyRing to get.", |
"location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+$", |
+ "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+$", |
"required": true, |
"type": "string" |
- }, |
- "keyRingId": { |
- "description": "Required. It must be unique within a location and match the regular\nexpression `[a-zA-Z0-9_-]{1,63}`", |
- "location": "query", |
- "type": "string" |
} |
}, |
- "path": "v1/{+parent}/keyRings", |
- "request": { |
- "$ref": "KeyRing" |
- }, |
+ "path": "v1/{+name}", |
"response": { |
"$ref": "KeyRing" |
}, |
@@ -218,138 +210,146 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "setIamPolicy": { |
- "description": "Sets the access control policy on the specified resource. Replaces any\nexisting policy.", |
+ "testIamPermissions": { |
+ "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning.", |
"httpMethod": "POST", |
- "id": "cloudkms.projects.locations.keyRings.setIamPolicy", |
+ "id": "cloudkms.projects.locations.keyRings.testIamPermissions", |
"parameterOrder": [ |
"resource" |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy is being specified.\nSee the operation documentation for the appropriate value for this field.", |
+ "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
"pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/{+resource}:setIamPolicy", |
+ "path": "v1/{+resource}:testIamPermissions", |
"request": { |
- "$ref": "SetIamPolicyRequest" |
+ "$ref": "TestIamPermissionsRequest" |
}, |
"response": { |
- "$ref": "Policy" |
+ "$ref": "TestIamPermissionsResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "getIamPolicy": { |
- "description": "Gets the access control policy for a resource.\nReturns an empty policy if the resource exists and does not have a policy\nset.", |
+ "list": { |
+ "description": "Lists KeyRings.", |
"httpMethod": "GET", |
- "id": "cloudkms.projects.locations.keyRings.getIamPolicy", |
+ "id": "cloudkms.projects.locations.keyRings.list", |
"parameterOrder": [ |
- "resource" |
+ "parent" |
], |
"parameters": { |
- "resource": { |
- "description": "REQUIRED: The resource for which the policy is being requested.\nSee the operation documentation for the appropriate value for this field.", |
+ "pageToken": { |
+ "description": "Optional pagination token, returned earlier via\nListKeyRingsResponse.next_page_token.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "pageSize": { |
+ "description": "Optional limit on the number of KeyRings to include in the\nresponse. Further KeyRings can subsequently be obtained by\nincluding the ListKeyRingsResponse.next_page_token in a subsequent\nrequest. If unspecified, the server will pick an appropriate default.", |
+ "format": "int32", |
+ "location": "query", |
+ "type": "integer" |
+ }, |
+ "parent": { |
+ "description": "Required. The resource name of the location associated with the\nKeyRings, in the format `projects/*/locations/*`.", |
"location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+$", |
+ "pattern": "^projects/[^/]+/locations/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/{+resource}:getIamPolicy", |
+ "path": "v1/{+parent}/keyRings", |
"response": { |
- "$ref": "Policy" |
+ "$ref": "ListKeyRingsResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "get": { |
- "description": "Returns metadata for a given KeyRing.", |
- "httpMethod": "GET", |
- "id": "cloudkms.projects.locations.keyRings.get", |
+ "setIamPolicy": { |
+ "description": "Sets the access control policy on the specified resource. Replaces any\nexisting policy.", |
+ "httpMethod": "POST", |
+ "id": "cloudkms.projects.locations.keyRings.setIamPolicy", |
"parameterOrder": [ |
- "name" |
+ "resource" |
], |
"parameters": { |
- "name": { |
- "description": "The name of the KeyRing to get.", |
+ "resource": { |
+ "description": "REQUIRED: The resource for which the policy is being specified.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
"pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/{+name}", |
+ "path": "v1/{+resource}:setIamPolicy", |
+ "request": { |
+ "$ref": "SetIamPolicyRequest" |
+ }, |
"response": { |
- "$ref": "KeyRing" |
+ "$ref": "Policy" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "testIamPermissions": { |
- "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning.", |
+ "create": { |
+ "description": "Create a new KeyRing in a given Project and Location.", |
"httpMethod": "POST", |
- "id": "cloudkms.projects.locations.keyRings.testIamPermissions", |
+ "id": "cloudkms.projects.locations.keyRings.create", |
"parameterOrder": [ |
- "resource" |
+ "parent" |
], |
"parameters": { |
- "resource": { |
- "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
+ "parent": { |
+ "description": "Required. The resource name of the location associated with the\nKeyRings, in the format `projects/*/locations/*`.", |
"location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+$", |
+ "pattern": "^projects/[^/]+/locations/[^/]+$", |
"required": true, |
"type": "string" |
+ }, |
+ "keyRingId": { |
+ "description": "Required. It must be unique within a location and match the regular\nexpression `[a-zA-Z0-9_-]{1,63}`", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
- "path": "v1/{+resource}:testIamPermissions", |
+ "path": "v1/{+parent}/keyRings", |
"request": { |
- "$ref": "TestIamPermissionsRequest" |
+ "$ref": "KeyRing" |
}, |
"response": { |
- "$ref": "TestIamPermissionsResponse" |
+ "$ref": "KeyRing" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "list": { |
- "description": "Lists KeyRings.", |
+ "getIamPolicy": { |
+ "description": "Gets the access control policy for a resource.\nReturns an empty policy if the resource exists and does not have a policy\nset.", |
"httpMethod": "GET", |
- "id": "cloudkms.projects.locations.keyRings.list", |
+ "id": "cloudkms.projects.locations.keyRings.getIamPolicy", |
"parameterOrder": [ |
- "parent" |
+ "resource" |
], |
"parameters": { |
- "pageSize": { |
- "description": "Optional limit on the number of KeyRings to include in the\nresponse. Further KeyRings can subsequently be obtained by\nincluding the ListKeyRingsResponse.next_page_token in a subsequent\nrequest. If unspecified, the server will pick an appropriate default.", |
- "format": "int32", |
- "location": "query", |
- "type": "integer" |
- }, |
- "parent": { |
- "description": "Required. The resource name of the location associated with the\nKeyRings, in the format `projects/*/locations/*`.", |
+ "resource": { |
+ "description": "REQUIRED: The resource for which the policy is being requested.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+$", |
+ "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+$", |
"required": true, |
"type": "string" |
- }, |
- "pageToken": { |
- "description": "Optional pagination token, returned earlier via\nListKeyRingsResponse.next_page_token.", |
- "location": "query", |
- "type": "string" |
} |
}, |
- "path": "v1/{+parent}/keyRings", |
+ "path": "v1/{+resource}:getIamPolicy", |
"response": { |
- "$ref": "ListKeyRingsResponse" |
+ "$ref": "Policy" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
@@ -359,112 +359,55 @@ |
"resources": { |
"cryptoKeys": { |
"methods": { |
- "patch": { |
- "description": "Update a CryptoKey.", |
- "httpMethod": "PATCH", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.patch", |
+ "testIamPermissions": { |
+ "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning.", |
+ "httpMethod": "POST", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.testIamPermissions", |
"parameterOrder": [ |
- "name" |
+ "resource" |
], |
"parameters": { |
- "updateMask": { |
- "description": "Required list of fields to be updated in this request.", |
- "format": "google-fieldmask", |
- "location": "query", |
- "type": "string" |
- }, |
- "name": { |
- "description": "Output only. The resource name for this CryptoKey in the format\n`projects/*/locations/*/keyRings/*/cryptoKeys/*`.", |
+ "resource": { |
+ "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
"location": "path", |
"pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/{+name}", |
+ "path": "v1/{+resource}:testIamPermissions", |
"request": { |
- "$ref": "CryptoKey" |
+ "$ref": "TestIamPermissionsRequest" |
}, |
"response": { |
- "$ref": "CryptoKey" |
+ "$ref": "TestIamPermissionsResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "get": { |
- "description": "Returns metadata for a given CryptoKey, as well as its\nprimary CryptoKeyVersion.", |
- "httpMethod": "GET", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.get", |
+ "decrypt": { |
+ "description": "Decrypt data that was protected by Encrypt.", |
+ "httpMethod": "POST", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.decrypt", |
"parameterOrder": [ |
"name" |
], |
"parameters": { |
"name": { |
- "description": "The name of the CryptoKey to get.", |
+ "description": "Required. The resource name of the CryptoKey to use for decryption.\nThe server will choose the appropriate version.", |
"location": "path", |
"pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1/{+name}", |
+ "path": "v1/{+name}:decrypt", |
+ "request": { |
+ "$ref": "DecryptRequest" |
+ }, |
"response": { |
- "$ref": "CryptoKey" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
- "testIamPermissions": { |
- "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning.", |
- "httpMethod": "POST", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.testIamPermissions", |
- "parameterOrder": [ |
- "resource" |
- ], |
- "parameters": { |
- "resource": { |
- "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.", |
- "location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1/{+resource}:testIamPermissions", |
- "request": { |
- "$ref": "TestIamPermissionsRequest" |
- }, |
- "response": { |
- "$ref": "TestIamPermissionsResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
- "decrypt": { |
- "description": "Decrypt data that was protected by Encrypt.", |
- "httpMethod": "POST", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.decrypt", |
- "parameterOrder": [ |
- "name" |
- ], |
- "parameters": { |
- "name": { |
- "description": "Required. The resource name of the CryptoKey to use for decryption.\nThe server will choose the appropriate version.", |
- "location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1/{+name}:decrypt", |
- "request": { |
- "$ref": "DecryptRequest" |
- }, |
- "response": { |
- "$ref": "DecryptResponse" |
+ "$ref": "DecryptResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
@@ -478,6 +421,11 @@ |
"parent" |
], |
"parameters": { |
+ "pageToken": { |
+ "description": "Optional pagination token, returned earlier via\nListCryptoKeysResponse.next_page_token.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"pageSize": { |
"description": "Optional limit on the number of CryptoKeys to include in the\nresponse. Further CryptoKeys can subsequently be obtained by\nincluding the ListCryptoKeysResponse.next_page_token in a subsequent\nrequest. If unspecified, the server will pick an appropriate default.", |
"format": "int32", |
@@ -490,11 +438,6 @@ |
"pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+$", |
"required": true, |
"type": "string" |
- }, |
- "pageToken": { |
- "description": "Optional pagination token, returned earlier via\nListCryptoKeysResponse.next_page_token.", |
- "location": "query", |
- "type": "string" |
} |
}, |
"path": "v1/{+parent}/cryptoKeys", |
@@ -540,17 +483,17 @@ |
"parent" |
], |
"parameters": { |
- "cryptoKeyId": { |
- "description": "Required. It must be unique within a KeyRing and match the regular\nexpression `[a-zA-Z0-9_-]{1,63}`", |
- "location": "query", |
- "type": "string" |
- }, |
"parent": { |
"description": "Required. The name of the KeyRing associated with the\nCryptoKeys.", |
"location": "path", |
"pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+$", |
"required": true, |
"type": "string" |
+ }, |
+ "cryptoKeyId": { |
+ "description": "Required. It must be unique within a KeyRing and match the regular\nexpression `[a-zA-Z0-9_-]{1,63}`", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"path": "v1/{+parent}/cryptoKeys", |
@@ -641,68 +584,68 @@ |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
+ }, |
+ "get": { |
+ "description": "Returns metadata for a given CryptoKey, as well as its\nprimary CryptoKeyVersion.", |
+ "httpMethod": "GET", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.get", |
+ "parameterOrder": [ |
+ "name" |
+ ], |
+ "parameters": { |
+ "name": { |
+ "description": "The name of the CryptoKey to get.", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/{+name}", |
+ "response": { |
+ "$ref": "CryptoKey" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "patch": { |
+ "description": "Update a CryptoKey.", |
+ "httpMethod": "PATCH", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.patch", |
+ "parameterOrder": [ |
+ "name" |
+ ], |
+ "parameters": { |
+ "updateMask": { |
+ "description": "Required list of fields to be updated in this request.", |
+ "format": "google-fieldmask", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "name": { |
+ "description": "Output only. The resource name for this CryptoKey in the format\n`projects/*/locations/*/keyRings/*/cryptoKeys/*`.", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/{+name}", |
+ "request": { |
+ "$ref": "CryptoKey" |
+ }, |
+ "response": { |
+ "$ref": "CryptoKey" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
} |
}, |
"resources": { |
"cryptoKeyVersions": { |
"methods": { |
- "get": { |
- "description": "Returns metadata for a given CryptoKeyVersion.", |
- "httpMethod": "GET", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.get", |
- "parameterOrder": [ |
- "name" |
- ], |
- "parameters": { |
- "name": { |
- "description": "The name of the CryptoKeyVersion to get.", |
- "location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+/cryptoKeyVersions/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1/{+name}", |
- "response": { |
- "$ref": "CryptoKeyVersion" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
- "patch": { |
- "description": "Update a CryptoKeyVersion's metadata.\n\nstate may be changed between\nENABLED and\nDISABLED using this\nmethod. See DestroyCryptoKeyVersion and RestoreCryptoKeyVersion to\nmove between other states.", |
- "httpMethod": "PATCH", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.patch", |
- "parameterOrder": [ |
- "name" |
- ], |
- "parameters": { |
- "updateMask": { |
- "description": "Required list of fields to be updated in this request.", |
- "format": "google-fieldmask", |
- "location": "query", |
- "type": "string" |
- }, |
- "name": { |
- "description": "Output only. The resource name for this CryptoKeyVersion in the format\n`projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*`.", |
- "location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+/cryptoKeyVersions/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1/{+name}", |
- "request": { |
- "$ref": "CryptoKeyVersion" |
- }, |
- "response": { |
- "$ref": "CryptoKeyVersion" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
"list": { |
"description": "Lists CryptoKeyVersions.", |
"httpMethod": "GET", |
@@ -711,6 +654,12 @@ |
"parent" |
], |
"parameters": { |
+ "pageSize": { |
+ "description": "Optional limit on the number of CryptoKeyVersions to\ninclude in the response. Further CryptoKeyVersions can\nsubsequently be obtained by including the\nListCryptoKeyVersionsResponse.next_page_token in a subsequent request.\nIf unspecified, the server will pick an appropriate default.", |
+ "format": "int32", |
+ "location": "query", |
+ "type": "integer" |
+ }, |
"parent": { |
"description": "Required. The resource name of the CryptoKey to list, in the format\n`projects/*/locations/*/keyRings/*/cryptoKeys/*`.", |
"location": "path", |
@@ -722,12 +671,6 @@ |
"description": "Optional pagination token, returned earlier via\nListCryptoKeyVersionsResponse.next_page_token.", |
"location": "query", |
"type": "string" |
- }, |
- "pageSize": { |
- "description": "Optional limit on the number of CryptoKeyVersions to\ninclude in the response. Further CryptoKeyVersions can\nsubsequently be obtained by including the\nListCryptoKeyVersionsResponse.next_page_token in a subsequent request.\nIf unspecified, the server will pick an appropriate default.", |
- "format": "int32", |
- "location": "query", |
- "type": "integer" |
} |
}, |
"path": "v1/{+parent}/cryptoKeyVersions", |
@@ -818,6 +761,63 @@ |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
+ }, |
+ "get": { |
+ "description": "Returns metadata for a given CryptoKeyVersion.", |
+ "httpMethod": "GET", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.get", |
+ "parameterOrder": [ |
+ "name" |
+ ], |
+ "parameters": { |
+ "name": { |
+ "description": "The name of the CryptoKeyVersion to get.", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+/cryptoKeyVersions/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/{+name}", |
+ "response": { |
+ "$ref": "CryptoKeyVersion" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
+ }, |
+ "patch": { |
+ "description": "Update a CryptoKeyVersion's metadata.\n\nstate may be changed between\nENABLED and\nDISABLED using this\nmethod. See DestroyCryptoKeyVersion and RestoreCryptoKeyVersion to\nmove between other states.", |
+ "httpMethod": "PATCH", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.patch", |
+ "parameterOrder": [ |
+ "name" |
+ ], |
+ "parameters": { |
+ "name": { |
+ "description": "Output only. The resource name for this CryptoKeyVersion in the format\n`projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*`.", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+/cryptoKeyVersions/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "updateMask": { |
+ "description": "Required list of fields to be updated in this request.", |
+ "format": "google-fieldmask", |
+ "location": "query", |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/{+name}", |
+ "request": { |
+ "$ref": "CryptoKeyVersion" |
+ }, |
+ "response": { |
+ "$ref": "CryptoKeyVersion" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
} |
} |
} |
@@ -830,73 +830,13 @@ |
} |
} |
}, |
- "revision": "20170320", |
+ "revision": "20170411", |
"rootUrl": "https://cloudkms.googleapis.com/", |
"schemas": { |
- "LogConfig": { |
- "description": "Specifies what kind of log the caller must write", |
- "id": "LogConfig", |
- "properties": { |
- "dataAccess": { |
- "$ref": "DataAccessOptions", |
- "description": "Data access options." |
- }, |
- "cloudAudit": { |
- "$ref": "CloudAuditOptions", |
- "description": "Cloud audit options." |
- }, |
- "counter": { |
- "$ref": "CounterOptions", |
- "description": "Counter options." |
- } |
- }, |
- "type": "object" |
- }, |
- "SetIamPolicyRequest": { |
- "description": "Request message for `SetIamPolicy` method.", |
- "id": "SetIamPolicyRequest", |
- "properties": { |
- "updateMask": { |
- "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only\nthe fields in the mask will be modified. If no mask is provided, the\nfollowing default mask is used:\npaths: \"bindings, etag\"\nThis field is only used by Cloud IAM.", |
- "format": "google-fieldmask", |
- "type": "string" |
- }, |
- "policy": { |
- "$ref": "Policy", |
- "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of\nthe policy is limited to a few 10s of KB. An empty policy is a\nvalid policy but certain Cloud Platform services (such as Projects)\nmight reject them." |
- } |
- }, |
- "type": "object" |
- }, |
- "DecryptRequest": { |
- "description": "Request message for KeyManagementService.Decrypt.", |
- "id": "DecryptRequest", |
- "properties": { |
- "ciphertext": { |
- "description": "Required. The encrypted data originally returned in\nEncryptResponse.ciphertext.", |
- "format": "byte", |
- "type": "string" |
- }, |
- "additionalAuthenticatedData": { |
- "description": "Optional data that must match the data originally supplied in\nEncryptRequest.additional_authenticated_data.", |
- "format": "byte", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
"Location": { |
"description": "A resource that represents Google Cloud Platform location.", |
"id": "Location", |
"properties": { |
- "name": { |
- "description": "Resource name for the location, which may vary between implementations.\nFor example: `\"projects/example-project/locations/us-east1\"`", |
- "type": "string" |
- }, |
- "locationId": { |
- "description": "The canonical id for this location. For example: `\"us-east1\"`.", |
- "type": "string" |
- }, |
"metadata": { |
"additionalProperties": { |
"description": "Properties of the object. Contains field @type with type URL.", |
@@ -911,6 +851,14 @@ |
}, |
"description": "Cross-service attributes for the location. For example\n\n {\"cloud.googleapis.com/region\": \"us-east1\"}", |
"type": "object" |
+ }, |
+ "name": { |
+ "description": "Resource name for the location, which may vary between implementations.\nFor example: `\"projects/example-project/locations/us-east1\"`", |
+ "type": "string" |
+ }, |
+ "locationId": { |
+ "description": "The canonical id for this location. For example: `\"us-east1\"`.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -942,28 +890,6 @@ |
"description": "A condition to be met.", |
"id": "Condition", |
"properties": { |
- "sys": { |
- "description": "Trusted attributes supplied by any service that owns resources and uses\nthe IAM system for access control.", |
- "enum": [ |
- "NO_ATTR", |
- "REGION", |
- "SERVICE", |
- "NAME", |
- "IP" |
- ], |
- "enumDescriptions": [ |
- "Default non-attribute type", |
- "Region of the resource", |
- "Service name", |
- "Resource name", |
- "IP address of the caller" |
- ], |
- "type": "string" |
- }, |
- "value": { |
- "description": "DEPRECATED. Use 'values' instead.", |
- "type": "string" |
- }, |
"iam": { |
"description": "Trusted attributes supplied by the IAM system.", |
"enum": [ |
@@ -1012,6 +938,28 @@ |
"svc": { |
"description": "Trusted attributes discharged by the service.", |
"type": "string" |
+ }, |
+ "value": { |
+ "description": "DEPRECATED. Use 'values' instead.", |
+ "type": "string" |
+ }, |
+ "sys": { |
+ "description": "Trusted attributes supplied by any service that owns resources and uses\nthe IAM system for access control.", |
+ "enum": [ |
+ "NO_ATTR", |
+ "REGION", |
+ "SERVICE", |
+ "NAME", |
+ "IP" |
+ ], |
+ "enumDescriptions": [ |
+ "Default non-attribute type", |
+ "Region of the resource", |
+ "Service name", |
+ "Resource name", |
+ "IP address of the caller" |
+ ], |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1091,20 +1039,6 @@ |
"description": "Defines an Identity and Access Management (IAM) policy. It is used to\nspecify access control policies for Cloud Platform resources.\n\n\nA `Policy` consists of a list of `bindings`. A `Binding` binds a list of\n`members` to a `role`, where the members can be user accounts, Google groups,\nGoogle domains, and service accounts. A `role` is a named list of permissions\ndefined by IAM.\n\n**Example**\n\n {\n \"bindings\": [\n {\n \"role\": \"roles/owner\",\n \"members\": [\n \"user:mike@example.com\",\n \"group:admins@example.com\",\n \"domain:google.com\",\n \"serviceAccount:my-other-app@appspot.gserviceaccount.com\",\n ]\n },\n {\n \"role\": \"roles/viewer\",\n \"members\": [\"user:sean@example.com\"]\n }\n ]\n }\n\nFor a description of IAM and its features, see the\n[IAM developer's guide](https://cloud.google.com/iam).", |
"id": "Policy", |
"properties": { |
- "auditConfigs": { |
- "description": "Specifies cloud audit logging configuration for this policy.", |
- "items": { |
- "$ref": "AuditConfig" |
- }, |
- "type": "array" |
- }, |
- "bindings": { |
- "description": "Associates a list of `members` to a `role`.\nMultiple `bindings` must not be specified for the same `role`.\n`bindings` with no members will result in an error.", |
- "items": { |
- "$ref": "Binding" |
- }, |
- "type": "array" |
- }, |
"etag": { |
"description": "`etag` is used for optimistic concurrency control as a way to help\nprevent simultaneous updates of a policy from overwriting each other.\nIt is strongly suggested that systems make use of the `etag` in the\nread-modify-write cycle to perform policy updates in order to avoid race\nconditions: An `etag` is returned in the response to `getIamPolicy`, and\nsystems are expected to put that etag in the request to `setIamPolicy` to\nensure that their change will be applied to the same version of the policy.\n\nIf no `etag` is provided in the call to `setIamPolicy`, then the existing\npolicy is overwritten blindly.", |
"format": "byte", |
@@ -1124,6 +1058,20 @@ |
"description": "Version of the `Policy`. The default version is 0.", |
"format": "int32", |
"type": "integer" |
+ }, |
+ "auditConfigs": { |
+ "description": "Specifies cloud audit logging configuration for this policy.", |
+ "items": { |
+ "$ref": "AuditConfig" |
+ }, |
+ "type": "array" |
+ }, |
+ "bindings": { |
+ "description": "Associates a list of `members` to a `role`.\nMultiple `bindings` must not be specified for the same `role`.\n`bindings` with no members will result in an error.", |
+ "items": { |
+ "$ref": "Binding" |
+ }, |
+ "type": "array" |
} |
}, |
"type": "object" |
@@ -1146,33 +1094,33 @@ |
}, |
"type": "object" |
}, |
- "EncryptResponse": { |
- "description": "Response message for KeyManagementService.Encrypt.", |
- "id": "EncryptResponse", |
+ "KeyRing": { |
+ "description": "A KeyRing is a toplevel logical grouping of CryptoKeys.", |
+ "id": "KeyRing", |
"properties": { |
- "ciphertext": { |
- "description": "The encrypted data.", |
- "format": "byte", |
+ "createTime": { |
+ "description": "Output only. The time at which this KeyRing was created.", |
+ "format": "google-datetime", |
"type": "string" |
}, |
"name": { |
- "description": "The resource name of the CryptoKeyVersion used in encryption.", |
+ "description": "Output only. The resource name for the KeyRing in the format\n`projects/*/locations/*/keyRings/*`.", |
"type": "string" |
} |
}, |
"type": "object" |
}, |
- "KeyRing": { |
- "description": "A KeyRing is a toplevel logical grouping of CryptoKeys.", |
- "id": "KeyRing", |
+ "EncryptResponse": { |
+ "description": "Response message for KeyManagementService.Encrypt.", |
+ "id": "EncryptResponse", |
"properties": { |
- "name": { |
- "description": "Output only. The resource name for the KeyRing in the format\n`projects/*/locations/*/keyRings/*`.", |
+ "ciphertext": { |
+ "description": "The encrypted data.", |
+ "format": "byte", |
"type": "string" |
}, |
- "createTime": { |
- "description": "Output only. The time at which this KeyRing was created.", |
- "format": "google-datetime", |
+ "name": { |
+ "description": "The resource name of the CryptoKeyVersion used in encryption.", |
"type": "string" |
} |
}, |
@@ -1195,10 +1143,23 @@ |
"properties": {}, |
"type": "object" |
}, |
+ "DataAccessOptions": { |
+ "description": "Write a Data Access (Gin) log", |
+ "id": "DataAccessOptions", |
+ "properties": {}, |
+ "type": "object" |
+ }, |
"ListKeyRingsResponse": { |
"description": "Response message for KeyManagementService.ListKeyRings.", |
"id": "ListKeyRingsResponse", |
"properties": { |
+ "keyRings": { |
+ "description": "The list of KeyRings.", |
+ "items": { |
+ "$ref": "KeyRing" |
+ }, |
+ "type": "array" |
+ }, |
"nextPageToken": { |
"description": "A token to retrieve next page of results. Pass this value in\nListKeyRingsRequest.page_token to retrieve the next page of results.", |
"type": "string" |
@@ -1207,31 +1168,14 @@ |
"description": "The total number of KeyRings that matched the query.", |
"format": "int32", |
"type": "integer" |
- }, |
- "keyRings": { |
- "description": "The list of KeyRings.", |
- "items": { |
- "$ref": "KeyRing" |
- }, |
- "type": "array" |
} |
}, |
"type": "object" |
}, |
- "DataAccessOptions": { |
- "description": "Write a Data Access (Gin) log", |
- "id": "DataAccessOptions", |
- "properties": {}, |
- "type": "object" |
- }, |
"AuditConfig": { |
- "description": "Specifies the audit configuration for a service.\nThe configuration determines which permission types are logged, and what\nidentities, if any, are exempted from logging.\nAn AuditConifg must have one or more AuditLogConfigs.\n\nIf there are AuditConfigs for both `allServices` and a specific service,\nthe union of the two AuditConfigs is used for that service: the log_types\nspecified in each AuditConfig are enabled, and the exempted_members in each\nAuditConfig are exempted.\nExample Policy with multiple AuditConfigs:\n{\n \"audit_configs\": [\n {\n \"service\": \"allServices\"\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\",\n \"exempted_members\": [\n \"user:foo@gmail.com\"\n ]\n },\n {\n \"log_type\": \"DATA_WRITE\",\n },\n {\n \"log_type\": \"ADMIN_READ\",\n }\n ]\n },\n {\n \"service\": \"fooservice@googleapis.com\"\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\",\n },\n {\n \"log_type\": \"DATA_WRITE\",\n \"exempted_members\": [\n \"user:bar@gmail.com\"\n ]\n }\n ]\n }\n ]\n}\nFor fooservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ\nlogging. It also exempts foo@gmail.com from DATA_READ logging, and\nbar@gmail.com from DATA_WRITE logging.", |
+ "description": "Specifies the audit configuration for a service.\nThe configuration determines which permission types are logged, and what\nidentities, if any, are exempted from logging.\nAn AuditConifg must have one or more AuditLogConfigs.\n\nIf there are AuditConfigs for both `allServices` and a specific service,\nthe union of the two AuditConfigs is used for that service: the log_types\nspecified in each AuditConfig are enabled, and the exempted_members in each\nAuditConfig are exempted.\n\nExample Policy with multiple AuditConfigs:\n\n {\n \"audit_configs\": [\n {\n \"service\": \"allServices\"\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\",\n \"exempted_members\": [\n \"user:foo@gmail.com\"\n ]\n },\n {\n \"log_type\": \"DATA_WRITE\",\n },\n {\n \"log_type\": \"ADMIN_READ\",\n }\n ]\n },\n {\n \"service\": \"fooservice.googleapis.com\"\n \"audit_log_configs\": [\n {\n \"log_type\": \"DATA_READ\",\n },\n {\n \"log_type\": \"DATA_WRITE\",\n \"exempted_members\": [\n \"user:bar@gmail.com\"\n ]\n }\n ]\n }\n ]\n }\n\nFor fooservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ\nlogging. It also exempts foo@gmail.com from DATA_READ logging, and\nbar@gmail.com from DATA_WRITE logging.", |
"id": "AuditConfig", |
"properties": { |
- "service": { |
- "description": "Specifies a service that will be enabled for audit logging.\nFor example, `storage.googleapis.com`, `cloudsql.googleapis.com`.\n`allServices` is a special value that covers all services.", |
- "type": "string" |
- }, |
"auditLogConfigs": { |
"description": "The configuration for logging of each type of permission.\nNext ID: 4", |
"items": { |
@@ -1244,6 +1188,10 @@ |
"type": "string" |
}, |
"type": "array" |
+ }, |
+ "service": { |
+ "description": "Specifies a service that will be enabled for audit logging.\nFor example, `storage.googleapis.com`, `cloudsql.googleapis.com`.\n`allServices` is a special value that covers all services.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1252,6 +1200,11 @@ |
"description": "A CryptoKeyVersion represents an individual cryptographic key, and the\nassociated key material.\n\nIt can be used for cryptographic operations either directly, or via its\nparent CryptoKey, in which case the server will choose the appropriate\nversion for the operation.", |
"id": "CryptoKeyVersion", |
"properties": { |
+ "destroyEventTime": { |
+ "description": "Output only. The time this CryptoKeyVersion's key material was\ndestroyed. Only present if state is\nDESTROYED.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
"destroyTime": { |
"description": "Output only. The time this CryptoKeyVersion's key material is scheduled\nfor destruction. Only present if state is\nDESTROY_SCHEDULED.", |
"format": "google-datetime", |
@@ -1283,11 +1236,6 @@ |
"name": { |
"description": "Output only. The resource name for this CryptoKeyVersion in the format\n`projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*`.", |
"type": "string" |
- }, |
- "destroyEventTime": { |
- "description": "Output only. The time this CryptoKeyVersion's key material was\ndestroyed. Only present if state is\nDESTROYED.", |
- "format": "google-datetime", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -1376,52 +1324,21 @@ |
"properties": {}, |
"type": "object" |
}, |
- "CryptoKey": { |
- "description": "A CryptoKey represents a logical key that can be used for cryptographic\noperations.\n\nA CryptoKey is made up of one or more versions, which\nrepresent the actual key material used in cryptographic operations.", |
- "id": "CryptoKey", |
- "properties": { |
- "purpose": { |
- "description": "The immutable purpose of this CryptoKey. Currently, the only acceptable\npurpose is ENCRYPT_DECRYPT.", |
- "enum": [ |
- "CRYPTO_KEY_PURPOSE_UNSPECIFIED", |
- "ENCRYPT_DECRYPT" |
- ], |
- "enumDescriptions": [ |
- "Not specified.", |
- "CryptoKeys with this purpose may be used with\nEncrypt and\nDecrypt." |
- ], |
- "type": "string" |
- }, |
- "nextRotationTime": { |
- "description": "At next_rotation_time, the Key Management Service will automatically:\n\n1. Create a new version of this CryptoKey.\n2. Mark the new version as primary.\n\nKey rotations performed manually via\nCreateCryptoKeyVersion and\nUpdateCryptoKeyPrimaryVersion\ndo not affect next_rotation_time.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
- "createTime": { |
- "description": "Output only. The time at which this CryptoKey was created.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
- "rotationPeriod": { |
- "description": "next_rotation_time will be advanced by this period when the service\nautomatically rotates a key. Must be at least one day.\n\nIf rotation_period is set, next_rotation_time must also be set.", |
- "format": "google-duration", |
- "type": "string" |
- }, |
- "primary": { |
- "$ref": "CryptoKeyVersion", |
- "description": "Output only. A copy of the \"primary\" CryptoKeyVersion that will be used\nby Encrypt when this CryptoKey is given\nin EncryptRequest.name.\n\nThe CryptoKey's primary version can be updated via\nUpdateCryptoKeyPrimaryVersion." |
- }, |
- "name": { |
- "description": "Output only. The resource name for this CryptoKey in the format\n`projects/*/locations/*/keyRings/*/cryptoKeys/*`.", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
"Rule": { |
"description": "A rule to be applied in a Policy.", |
"id": "Rule", |
"properties": { |
+ "description": { |
+ "description": "Human-readable description of the rule.", |
+ "type": "string" |
+ }, |
+ "conditions": { |
+ "description": "Additional restrictions that must be met", |
+ "items": { |
+ "$ref": "Condition" |
+ }, |
+ "type": "array" |
+ }, |
"logConfig": { |
"description": "The config returned to callers of tech.iam.IAM.CheckPolicy for any entries\nthat match the LOG action.", |
"items": { |
@@ -1469,17 +1386,100 @@ |
"type": "string" |
}, |
"type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "CryptoKey": { |
+ "description": "A CryptoKey represents a logical key that can be used for cryptographic\noperations.\n\nA CryptoKey is made up of one or more versions, which\nrepresent the actual key material used in cryptographic operations.", |
+ "id": "CryptoKey", |
+ "properties": { |
+ "purpose": { |
+ "description": "The immutable purpose of this CryptoKey. Currently, the only acceptable\npurpose is ENCRYPT_DECRYPT.", |
+ "enum": [ |
+ "CRYPTO_KEY_PURPOSE_UNSPECIFIED", |
+ "ENCRYPT_DECRYPT" |
+ ], |
+ "enumDescriptions": [ |
+ "Not specified.", |
+ "CryptoKeys with this purpose may be used with\nEncrypt and\nDecrypt." |
+ ], |
+ "type": "string" |
}, |
- "description": { |
- "description": "Human-readable description of the rule.", |
+ "nextRotationTime": { |
+ "description": "At next_rotation_time, the Key Management Service will automatically:\n\n1. Create a new version of this CryptoKey.\n2. Mark the new version as primary.\n\nKey rotations performed manually via\nCreateCryptoKeyVersion and\nUpdateCryptoKeyPrimaryVersion\ndo not affect next_rotation_time.", |
+ "format": "google-datetime", |
"type": "string" |
}, |
- "conditions": { |
- "description": "Additional restrictions that must be met", |
- "items": { |
- "$ref": "Condition" |
- }, |
- "type": "array" |
+ "createTime": { |
+ "description": "Output only. The time at which this CryptoKey was created.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
+ "rotationPeriod": { |
+ "description": "next_rotation_time will be advanced by this period when the service\nautomatically rotates a key. Must be at least one day.\n\nIf rotation_period is set, next_rotation_time must also be set.", |
+ "format": "google-duration", |
+ "type": "string" |
+ }, |
+ "primary": { |
+ "$ref": "CryptoKeyVersion", |
+ "description": "Output only. A copy of the \"primary\" CryptoKeyVersion that will be used\nby Encrypt when this CryptoKey is given\nin EncryptRequest.name.\n\nThe CryptoKey's primary version can be updated via\nUpdateCryptoKeyPrimaryVersion." |
+ }, |
+ "name": { |
+ "description": "Output only. The resource name for this CryptoKey in the format\n`projects/*/locations/*/keyRings/*/cryptoKeys/*`.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "LogConfig": { |
+ "description": "Specifies what kind of log the caller must write", |
+ "id": "LogConfig", |
+ "properties": { |
+ "dataAccess": { |
+ "$ref": "DataAccessOptions", |
+ "description": "Data access options." |
+ }, |
+ "cloudAudit": { |
+ "$ref": "CloudAuditOptions", |
+ "description": "Cloud audit options." |
+ }, |
+ "counter": { |
+ "$ref": "CounterOptions", |
+ "description": "Counter options." |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "SetIamPolicyRequest": { |
+ "description": "Request message for `SetIamPolicy` method.", |
+ "id": "SetIamPolicyRequest", |
+ "properties": { |
+ "policy": { |
+ "$ref": "Policy", |
+ "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of\nthe policy is limited to a few 10s of KB. An empty policy is a\nvalid policy but certain Cloud Platform services (such as Projects)\nmight reject them." |
+ }, |
+ "updateMask": { |
+ "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only\nthe fields in the mask will be modified. If no mask is provided, the\nfollowing default mask is used:\npaths: \"bindings, etag\"\nThis field is only used by Cloud IAM.", |
+ "format": "google-fieldmask", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "DecryptRequest": { |
+ "description": "Request message for KeyManagementService.Decrypt.", |
+ "id": "DecryptRequest", |
+ "properties": { |
+ "ciphertext": { |
+ "description": "Required. The encrypted data originally returned in\nEncryptResponse.ciphertext.", |
+ "format": "byte", |
+ "type": "string" |
+ }, |
+ "additionalAuthenticatedData": { |
+ "description": "Optional data that must match the data originally supplied in\nEncryptRequest.additional_authenticated_data.", |
+ "format": "byte", |
+ "type": "string" |
} |
}, |
"type": "object" |