Index: discovery/googleapis/cloudkms__v1.json |
diff --git a/discovery/googleapis_beta/cloudkms__v1beta1.json b/discovery/googleapis/cloudkms__v1.json |
similarity index 93% |
rename from discovery/googleapis_beta/cloudkms__v1beta1.json |
rename to discovery/googleapis/cloudkms__v1.json |
index 8cf281e018c8517ab3ac7fabd08b715bbef95d72..235c8b88210f51ca114ed695c7bdea2a38461391 100644 |
--- a/discovery/googleapis_beta/cloudkms__v1beta1.json |
+++ b/discovery/googleapis/cloudkms__v1.json |
@@ -19,38 +19,12 @@ |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
}, |
- "id": "cloudkms:v1beta1", |
+ "id": "cloudkms:v1", |
"kind": "discovery#restDescription", |
"name": "cloudkms", |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "alt": { |
- "default": "json", |
- "description": "Data format for response.", |
- "enum": [ |
- "json", |
- "media", |
- "proto" |
- ], |
- "enumDescriptions": [ |
- "Responses with Content-Type of application/json", |
- "Media download with context-dependent Content-Type", |
- "Responses with Content-Type of application/x-protobuf" |
- ], |
- "location": "query", |
- "type": "string" |
- }, |
- "key": { |
- "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" |
- }, |
- "access_token": { |
- "description": "OAuth access 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", |
@@ -62,13 +36,13 @@ |
"location": "query", |
"type": "boolean" |
}, |
- "bearer_token": { |
- "description": "OAuth bearer token.", |
+ "oauth_token": { |
+ "description": "OAuth 2.0 token for the current user.", |
"location": "query", |
"type": "string" |
}, |
- "oauth_token": { |
- "description": "OAuth 2.0 token for the current user.", |
+ "bearer_token": { |
+ "description": "OAuth bearer token.", |
"location": "query", |
"type": "string" |
}, |
@@ -110,6 +84,32 @@ |
], |
"location": "query", |
"type": "string" |
+ }, |
+ "alt": { |
+ "default": "json", |
+ "description": "Data format for response.", |
+ "enum": [ |
+ "json", |
+ "media", |
+ "proto" |
+ ], |
+ "enumDescriptions": [ |
+ "Responses with Content-Type of application/json", |
+ "Media download with context-dependent Content-Type", |
+ "Responses with Content-Type of application/x-protobuf" |
+ ], |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "access_token": { |
+ "description": "OAuth access token.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "key": { |
+ "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" |
} |
}, |
"protocol": "rest", |
@@ -126,6 +126,11 @@ |
"name" |
], |
"parameters": { |
+ "filter": { |
+ "description": "The standard list filter.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"name": { |
"description": "The resource that owns the locations collection, if applicable.", |
"location": "path", |
@@ -143,14 +148,9 @@ |
"format": "int32", |
"location": "query", |
"type": "integer" |
- }, |
- "filter": { |
- "description": "The standard list filter.", |
- "location": "query", |
- "type": "string" |
} |
}, |
- "path": "v1beta1/{+name}/locations", |
+ "path": "v1/{+name}/locations", |
"response": { |
"$ref": "ListLocationsResponse" |
}, |
@@ -174,7 +174,7 @@ |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}", |
+ "path": "v1/{+name}", |
"response": { |
"$ref": "Location" |
}, |
@@ -186,41 +186,6 @@ |
"resources": { |
"keyRings": { |
"methods": { |
- "list": { |
- "description": "Lists KeyRings.", |
- "httpMethod": "GET", |
- "id": "cloudkms.projects.locations.keyRings.list", |
- "parameterOrder": [ |
- "parent" |
- ], |
- "parameters": { |
- "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/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1beta1/{+parent}/keyRings", |
- "response": { |
- "$ref": "ListKeyRingsResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
- }, |
"create": { |
"description": "Create a new KeyRing in a given Project and Location.", |
"httpMethod": "POST", |
@@ -242,7 +207,7 @@ |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+parent}/keyRings", |
+ "path": "v1/{+parent}/keyRings", |
"request": { |
"$ref": "KeyRing" |
}, |
@@ -262,14 +227,14 @@ |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy is being specified.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
+ "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": "v1beta1/{+resource}:setIamPolicy", |
+ "path": "v1/{+resource}:setIamPolicy", |
"request": { |
"$ref": "SetIamPolicyRequest" |
}, |
@@ -289,14 +254,14 @@ |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy is being requested.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
+ "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/[^/]+/keyRings/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+resource}:getIamPolicy", |
+ "path": "v1/{+resource}:getIamPolicy", |
"response": { |
"$ref": "Policy" |
}, |
@@ -320,7 +285,7 @@ |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}", |
+ "path": "v1/{+name}", |
"response": { |
"$ref": "KeyRing" |
}, |
@@ -337,14 +302,14 @@ |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy detail is being requested.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
+ "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": "v1beta1/{+resource}:testIamPermissions", |
+ "path": "v1/{+resource}:testIamPermissions", |
"request": { |
"$ref": "TestIamPermissionsRequest" |
}, |
@@ -354,57 +319,74 @@ |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
+ }, |
+ "list": { |
+ "description": "Lists KeyRings.", |
+ "httpMethod": "GET", |
+ "id": "cloudkms.projects.locations.keyRings.list", |
+ "parameterOrder": [ |
+ "parent" |
+ ], |
+ "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/*`.", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+/locations/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "pageToken": { |
+ "description": "Optional pagination token, returned earlier via\nListKeyRingsResponse.next_page_token.", |
+ "location": "query", |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/{+parent}/keyRings", |
+ "response": { |
+ "$ref": "ListKeyRingsResponse" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform" |
+ ] |
} |
}, |
"resources": { |
"cryptoKeys": { |
"methods": { |
- "updatePrimaryVersion": { |
- "description": "Update the version of a CryptoKey that will be used in Encrypt", |
- "httpMethod": "POST", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.updatePrimaryVersion", |
+ "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": "The resource name of the CryptoKey to update.", |
+ "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": "v1beta1/{+name}:updatePrimaryVersion", |
+ "path": "v1/{+name}", |
"request": { |
- "$ref": "UpdateCryptoKeyPrimaryVersionRequest" |
- }, |
- "response": { |
"$ref": "CryptoKey" |
}, |
- "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.", |
- "httpMethod": "GET", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.getIamPolicy", |
- "parameterOrder": [ |
- "resource" |
- ], |
- "parameters": { |
- "resource": { |
- "description": "REQUIRED: The resource for which the policy is being requested.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
- "location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v1beta1/{+resource}:getIamPolicy", |
"response": { |
- "$ref": "Policy" |
+ "$ref": "CryptoKey" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
@@ -426,40 +408,7 @@ |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+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": "v1beta1/{+name}", |
- "request": { |
- "$ref": "CryptoKey" |
- }, |
+ "path": "v1/{+name}", |
"response": { |
"$ref": "CryptoKey" |
}, |
@@ -476,14 +425,14 @@ |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy detail is being requested.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
+ "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": "v1beta1/{+resource}:testIamPermissions", |
+ "path": "v1/{+resource}:testIamPermissions", |
"request": { |
"$ref": "TestIamPermissionsRequest" |
}, |
@@ -510,7 +459,7 @@ |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}:decrypt", |
+ "path": "v1/{+name}:decrypt", |
"request": { |
"$ref": "DecryptRequest" |
}, |
@@ -529,6 +478,12 @@ |
"parent" |
], |
"parameters": { |
+ "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", |
+ "location": "query", |
+ "type": "integer" |
+ }, |
"parent": { |
"description": "Required. The resource name of the KeyRing to list, in the format\n`projects/*/locations/*/keyRings/*`.", |
"location": "path", |
@@ -540,15 +495,9 @@ |
"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", |
- "location": "query", |
- "type": "integer" |
} |
}, |
- "path": "v1beta1/{+parent}/cryptoKeys", |
+ "path": "v1/{+parent}/cryptoKeys", |
"response": { |
"$ref": "ListCryptoKeysResponse" |
}, |
@@ -572,7 +521,7 @@ |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}:encrypt", |
+ "path": "v1/{+name}:encrypt", |
"request": { |
"$ref": "EncryptRequest" |
}, |
@@ -604,7 +553,7 @@ |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+parent}/cryptoKeys", |
+ "path": "v1/{+parent}/cryptoKeys", |
"request": { |
"$ref": "CryptoKey" |
}, |
@@ -624,14 +573,14 @@ |
], |
"parameters": { |
"resource": { |
- "description": "REQUIRED: The resource for which the policy is being specified.\n`resource` is usually specified as a path. For example, a Project\nresource is specified as `projects/{project}`.", |
+ "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/[^/]+/cryptoKeys/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+resource}:setIamPolicy", |
+ "path": "v1/{+resource}:setIamPolicy", |
"request": { |
"$ref": "SetIamPolicyRequest" |
}, |
@@ -641,63 +590,109 @@ |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
- } |
- }, |
- "resources": { |
- "cryptoKeyVersions": { |
- "methods": { |
- "list": { |
- "description": "Lists CryptoKeyVersions.", |
- "httpMethod": "GET", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.list", |
- "parameterOrder": [ |
- "parent" |
- ], |
- "parameters": { |
- "parent": { |
- "description": "Required. The resource name of the CryptoKey to list, in the format\n`projects/*/locations/*/keyRings/*/cryptoKeys/*`.", |
- "location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
- "required": true, |
- "type": "string" |
- }, |
- "pageToken": { |
- "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": "v1beta1/{+parent}/cryptoKeyVersions", |
- "response": { |
- "$ref": "ListCryptoKeyVersionsResponse" |
+ }, |
+ "updatePrimaryVersion": { |
+ "description": "Update the version of a CryptoKey that will be used in Encrypt", |
+ "httpMethod": "POST", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.updatePrimaryVersion", |
+ "parameterOrder": [ |
+ "name" |
+ ], |
+ "parameters": { |
+ "name": { |
+ "description": "The resource name of the CryptoKey to update.", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/{+name}:updatePrimaryVersion", |
+ "request": { |
+ "$ref": "UpdateCryptoKeyPrimaryVersionRequest" |
+ }, |
+ "response": { |
+ "$ref": "CryptoKey" |
+ }, |
+ "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.", |
+ "httpMethod": "GET", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.getIamPolicy", |
+ "parameterOrder": [ |
+ "resource" |
+ ], |
+ "parameters": { |
+ "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/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v1/{+resource}:getIamPolicy", |
+ "response": { |
+ "$ref": "Policy" |
+ }, |
+ "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" |
] |
}, |
- "create": { |
- "description": "Create a new CryptoKeyVersion in a CryptoKey.\n\nThe server will assign the next sequential id. If unset,\nstate will be set to\nENABLED.", |
- "httpMethod": "POST", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.create", |
+ "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": [ |
- "parent" |
+ "name" |
], |
"parameters": { |
- "parent": { |
- "description": "Required. The name of the CryptoKey associated with\nthe CryptoKeyVersions.", |
+ "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/[^/]+$", |
+ "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+/cryptoKeyVersions/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+parent}/cryptoKeyVersions", |
+ "path": "v1/{+name}", |
"request": { |
"$ref": "CryptoKeyVersion" |
}, |
@@ -708,52 +703,60 @@ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "destroy": { |
- "description": "Schedule a CryptoKeyVersion for destruction.\n\nUpon calling this method, CryptoKeyVersion.state will be set to\nDESTROY_SCHEDULED\nand destroy_time will be set to a time 24\nhours in the future, at which point the state\nwill be changed to\nDESTROYED, and the key\nmaterial will be irrevocably destroyed.\n\nBefore the destroy_time is reached,\nRestoreCryptoKeyVersion may be called to reverse the process.", |
- "httpMethod": "POST", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.destroy", |
+ "list": { |
+ "description": "Lists CryptoKeyVersions.", |
+ "httpMethod": "GET", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.list", |
"parameterOrder": [ |
- "name" |
+ "parent" |
], |
"parameters": { |
- "name": { |
- "description": "The resource name of the CryptoKeyVersion to destroy.", |
+ "parent": { |
+ "description": "Required. The resource name of the CryptoKey to list, in the format\n`projects/*/locations/*/keyRings/*/cryptoKeys/*`.", |
"location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+/cryptoKeyVersions/[^/]+$", |
+ "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
"required": true, |
"type": "string" |
+ }, |
+ "pageToken": { |
+ "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": "v1beta1/{+name}:destroy", |
- "request": { |
- "$ref": "DestroyCryptoKeyVersionRequest" |
- }, |
+ "path": "v1/{+parent}/cryptoKeyVersions", |
"response": { |
- "$ref": "CryptoKeyVersion" |
+ "$ref": "ListCryptoKeyVersionsResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform" |
] |
}, |
- "restore": { |
- "description": "Restore a CryptoKeyVersion in the\nDESTROY_SCHEDULED,\nstate.\n\nUpon restoration of the CryptoKeyVersion, state\nwill be set to DISABLED,\nand destroy_time will be cleared.", |
+ "create": { |
+ "description": "Create a new CryptoKeyVersion in a CryptoKey.\n\nThe server will assign the next sequential id. If unset,\nstate will be set to\nENABLED.", |
"httpMethod": "POST", |
- "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.restore", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.create", |
"parameterOrder": [ |
- "name" |
+ "parent" |
], |
"parameters": { |
- "name": { |
- "description": "The resource name of the CryptoKeyVersion to restore.", |
+ "parent": { |
+ "description": "Required. The name of the CryptoKey associated with\nthe CryptoKeyVersions.", |
"location": "path", |
- "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+/cryptoKeyVersions/[^/]+$", |
+ "pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}:restore", |
+ "path": "v1/{+parent}/cryptoKeyVersions", |
"request": { |
- "$ref": "RestoreCryptoKeyVersionRequest" |
+ "$ref": "CryptoKeyVersion" |
}, |
"response": { |
"$ref": "CryptoKeyVersion" |
@@ -762,23 +765,26 @@ |
"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", |
+ "destroy": { |
+ "description": "Schedule a CryptoKeyVersion for destruction.\n\nUpon calling this method, CryptoKeyVersion.state will be set to\nDESTROY_SCHEDULED\nand destroy_time will be set to a time 24\nhours in the future, at which point the state\nwill be changed to\nDESTROYED, and the key\nmaterial will be irrevocably destroyed.\n\nBefore the destroy_time is reached,\nRestoreCryptoKeyVersion may be called to reverse the process.", |
+ "httpMethod": "POST", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.destroy", |
"parameterOrder": [ |
"name" |
], |
"parameters": { |
"name": { |
- "description": "The name of the CryptoKeyVersion to get.", |
+ "description": "The resource name of the CryptoKeyVersion to destroy.", |
"location": "path", |
"pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+/cryptoKeyVersions/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}", |
+ "path": "v1/{+name}:destroy", |
+ "request": { |
+ "$ref": "DestroyCryptoKeyVersionRequest" |
+ }, |
"response": { |
"$ref": "CryptoKeyVersion" |
}, |
@@ -786,31 +792,25 @@ |
"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", |
+ "restore": { |
+ "description": "Restore a CryptoKeyVersion in the\nDESTROY_SCHEDULED,\nstate.\n\nUpon restoration of the CryptoKeyVersion, state\nwill be set to DISABLED,\nand destroy_time will be cleared.", |
+ "httpMethod": "POST", |
+ "id": "cloudkms.projects.locations.keyRings.cryptoKeys.cryptoKeyVersions.restore", |
"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/*`.", |
+ "description": "The resource name of the CryptoKeyVersion to restore.", |
"location": "path", |
"pattern": "^projects/[^/]+/locations/[^/]+/keyRings/[^/]+/cryptoKeys/[^/]+/cryptoKeyVersions/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v1beta1/{+name}", |
+ "path": "v1/{+name}:restore", |
"request": { |
- "$ref": "CryptoKeyVersion" |
+ "$ref": "RestoreCryptoKeyVersionRequest" |
}, |
"response": { |
"$ref": "CryptoKeyVersion" |
@@ -830,125 +830,13 @@ |
} |
} |
}, |
- "revision": "20170222", |
+ "revision": "20170320", |
"rootUrl": "https://cloudkms.googleapis.com/", |
"schemas": { |
- "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": { |
- "in": { |
- "description": "If one or more 'in' clauses are specified, the rule matches if\nthe PRINCIPAL/AUTHORITY_SELECTOR is in at least one of these entries.", |
- "items": { |
- "type": "string" |
- }, |
- "type": "array" |
- }, |
- "permissions": { |
- "description": "A permission is a string of form '<service>.<resource type>.<verb>'\n(e.g., 'storage.buckets.list'). A value of '*' matches all permissions,\nand a verb part of '*' (e.g., 'storage.buckets.*') matches all verbs.", |
- "items": { |
- "type": "string" |
- }, |
- "type": "array" |
- }, |
- "action": { |
- "description": "Required", |
- "enum": [ |
- "NO_ACTION", |
- "ALLOW", |
- "ALLOW_WITH_LOG", |
- "DENY", |
- "DENY_WITH_LOG", |
- "LOG" |
- ], |
- "enumDescriptions": [ |
- "Default no action.", |
- "Matching 'Entries' grant access.", |
- "Matching 'Entries' grant access and the caller promises to log\nthe request per the returned log_configs.", |
- "Matching 'Entries' deny access.", |
- "Matching 'Entries' deny access and the caller promises to log\nthe request per the returned log_configs.", |
- "Matching 'Entries' tell IAM.Check callers to generate logs." |
- ], |
- "type": "string" |
- }, |
- "notIn": { |
- "description": "If one or more 'not_in' clauses are specified, the rule matches\nif the PRINCIPAL/AUTHORITY_SELECTOR is in none of the entries.\nThe format for in and not_in entries is the same as for members in a\nBinding (see google/iam/v1/policy.proto).", |
- "items": { |
- "type": "string" |
- }, |
- "type": "array" |
- }, |
- "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": { |
- "$ref": "LogConfig" |
- }, |
- "type": "array" |
- } |
- }, |
- "type": "object" |
- }, |
"LogConfig": { |
- "description": "Specifies what kind of log the caller must write\nIncrement a streamz counter with the specified metric and field names.\n\nMetric names should start with a '/', generally be lowercase-only,\nand end in \"_count\". Field names should not contain an initial slash.\nThe actual exported metric names will have \"/iam/policy\" prepended.\n\nField names correspond to IAM request parameters and field values are\ntheir respective values.\n\nAt present the only supported field names are\n - \"iam_principal\", corresponding to IAMContext.principal;\n - \"\" (empty string), resulting in one aggretated counter with no field.\n\nExamples:\n counter { metric: \"/debug_access_count\" field: \"iam_principal\" }\n ==> increment counter /iam/policy/backend_debug_access_count\n {iam_principal=[value of IAMContext.principal]}\n\nAt this time we do not support:\n* multiple field names (though this may be supported in the future)\n* decrementing the counter\n* incrementing it by anything other than 1", |
+ "description": "Specifies what kind of log the caller must write", |
"id": "LogConfig", |
"properties": { |
- "counter": { |
- "$ref": "CounterOptions", |
- "description": "Counter options." |
- }, |
"dataAccess": { |
"$ref": "DataAccessOptions", |
"description": "Data access options." |
@@ -956,6 +844,10 @@ |
"cloudAudit": { |
"$ref": "CloudAuditOptions", |
"description": "Cloud audit options." |
+ }, |
+ "counter": { |
+ "$ref": "CounterOptions", |
+ "description": "Counter options." |
} |
}, |
"type": "object" |
@@ -964,14 +856,14 @@ |
"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, a default\nmask is used:\npaths: \"bindings, etag\"\nThis field is only used by Cloud IAM.", |
+ "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" |
@@ -1050,19 +942,43 @@ |
"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": [ |
"NO_ATTR", |
"AUTHORITY", |
"ATTRIBUTION", |
- "APPROVER" |
+ "APPROVER", |
+ "JUSTIFICATION_TYPE" |
], |
"enumDescriptions": [ |
"Default non-attribute.", |
"Either principal or (if present) authority selector.", |
"The principal (even if an authority selector is present), which\nmust only be used for attribution, not authorization.", |
- "An approver (distinct from the requester) that has authorized this\nrequest.\nWhen used with IN, the condition indicates that one of the approvers\nassociated with the request matches the specified principal, or is a\nmember of the specified group. Approvers can only grant additional\naccess, and are thus only used in a strictly positive context\n(e.g. ALLOW/IN or DENY/NOT_IN).\nSee: go/rpc-security-policy-dynamicauth." |
+ "An approver (distinct from the requester) that has authorized this\nrequest.\nWhen used with IN, the condition indicates that one of the approvers\nassociated with the request matches the specified principal, or is a\nmember of the specified group. Approvers can only grant additional\naccess, and are thus only used in a strictly positive context\n(e.g. ALLOW/IN or DENY/NOT_IN).\nSee: go/rpc-security-policy-dynamicauth.", |
+ "What types of justifications have been supplied with this request.\nString values should match enum names from tech.iam.JustificationType,\ne.g. \"MANUAL_STRING\". It is not permitted to grant access based on\nthe *absence* of a justification, so justification conditions can only\nbe used in a \"positive\" context (e.g., ALLOW/IN or DENY/NOT_IN).\n\nMultiple justifications, e.g., a Buganizer ID and a manually-entered\nreason, are normal and supported." |
], |
"type": "string" |
}, |
@@ -1081,43 +997,21 @@ |
"NOT_EQUALS", |
"IN", |
"NOT_IN", |
- "DISCHARGED" |
- ], |
- "enumDescriptions": [ |
- "Default no-op.", |
- "DEPRECATED. Use IN instead.", |
- "DEPRECATED. Use NOT_IN instead.", |
- "Set-inclusion check.", |
- "Set-exclusion check.", |
- "Subject is discharged" |
- ], |
- "type": "string" |
- }, |
- "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" |
+ "DISCHARGED" |
], |
"enumDescriptions": [ |
- "Default non-attribute type", |
- "Region of the resource", |
- "Service name", |
- "Resource name", |
- "IP address of the caller" |
+ "Default no-op.", |
+ "DEPRECATED. Use IN instead.", |
+ "DEPRECATED. Use NOT_IN instead.", |
+ "The condition is true if the subject (or any element of it if it is\na set) matches any of the supplied values.", |
+ "The condition is true if the subject (or every element of it if it is\na set) matches none of the supplied values.", |
+ "Subject is discharged" |
], |
"type": "string" |
+ }, |
+ "svc": { |
+ "description": "Trusted attributes discharged by the service.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1141,6 +1035,13 @@ |
"description": "Provides the configuration for logging a type of permissions.\nExample:\n\n {\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 }\n\nThis enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting\nfoo@gmail.com from DATA_READ logging.", |
"id": "AuditLogConfig", |
"properties": { |
+ "exemptedMembers": { |
+ "description": "Specifies the identities that do not cause logging for this type of\npermission.\nFollows the same format of Binding.members.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ }, |
"logType": { |
"description": "The log type that this config enables.", |
"enum": [ |
@@ -1156,13 +1057,6 @@ |
"Data reads. Example: CloudSQL Users list" |
], |
"type": "string" |
- }, |
- "exemptedMembers": { |
- "description": "Specifies the identities that do not cause logging for this type of\npermission.\nFollows the same format of Binding.members.", |
- "items": { |
- "type": "string" |
- }, |
- "type": "array" |
} |
}, |
"type": "object" |
@@ -1197,11 +1091,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": { |
- "version": { |
- "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": { |
@@ -1230,6 +1119,29 @@ |
"$ref": "Rule" |
}, |
"type": "array" |
+ }, |
+ "version": { |
+ "description": "Version of the `Policy`. The default version is 0.", |
+ "format": "int32", |
+ "type": "integer" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "ListLocationsResponse": { |
+ "description": "The response message for Locations.ListLocations.", |
+ "id": "ListLocationsResponse", |
+ "properties": { |
+ "locations": { |
+ "description": "A list of locations that matches the specified filter in the request.", |
+ "items": { |
+ "$ref": "Location" |
+ }, |
+ "type": "array" |
+ }, |
+ "nextPageToken": { |
+ "description": "The standard List next-page token.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1250,46 +1162,22 @@ |
}, |
"type": "object" |
}, |
- "ListLocationsResponse": { |
- "description": "The response message for Locations.ListLocations.", |
- "id": "ListLocationsResponse", |
- "properties": { |
- "nextPageToken": { |
- "description": "The standard List next-page token.", |
- "type": "string" |
- }, |
- "locations": { |
- "description": "A list of locations that matches the specified filter in the request.", |
- "items": { |
- "$ref": "Location" |
- }, |
- "type": "array" |
- } |
- }, |
- "type": "object" |
- }, |
"KeyRing": { |
"description": "A KeyRing is a toplevel logical grouping of CryptoKeys.", |
"id": "KeyRing", |
"properties": { |
+ "name": { |
+ "description": "Output only. The resource name for the KeyRing in the format\n`projects/*/locations/*/keyRings/*`.", |
+ "type": "string" |
+ }, |
"createTime": { |
"description": "Output only. The time at which this KeyRing was created.", |
"format": "google-datetime", |
"type": "string" |
- }, |
- "name": { |
- "description": "Output only. The resource name for the KeyRing in the format\n`projects/*/locations/*/keyRings/*`.", |
- "type": "string" |
} |
}, |
"type": "object" |
}, |
- "RestoreCryptoKeyVersionRequest": { |
- "description": "Request message for KeyManagementService.RestoreCryptoKeyVersion.", |
- "id": "RestoreCryptoKeyVersionRequest", |
- "properties": {}, |
- "type": "object" |
- }, |
"UpdateCryptoKeyPrimaryVersionRequest": { |
"description": "Request message for KeyManagementService.UpdateCryptoKeyPrimaryVersion.", |
"id": "UpdateCryptoKeyPrimaryVersionRequest", |
@@ -1301,9 +1189,9 @@ |
}, |
"type": "object" |
}, |
- "DataAccessOptions": { |
- "description": "Write a Data Access (Gin) log", |
- "id": "DataAccessOptions", |
+ "RestoreCryptoKeyVersionRequest": { |
+ "description": "Request message for KeyManagementService.RestoreCryptoKeyVersion.", |
+ "id": "RestoreCryptoKeyVersionRequest", |
"properties": {}, |
"type": "object" |
}, |
@@ -1330,18 +1218,18 @@ |
}, |
"type": "object" |
}, |
+ "DataAccessOptions": { |
+ "description": "Write a Data Access (Gin) log", |
+ "id": "DataAccessOptions", |
+ "properties": {}, |
+ "type": "object" |
+ }, |
"AuditConfig": { |
- "description": "Specifies the audit configuration for a service.\nIt consists of which permission types are logged, and what identities, if\nany, 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.\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.", |
"id": "AuditConfig", |
"properties": { |
- "exemptedMembers": { |
- "items": { |
- "type": "string" |
- }, |
- "type": "array" |
- }, |
"service": { |
- "description": "Specifies a service that will be enabled for audit logging.\nFor example, `resourcemanager`, `storage`, `compute`.\n`allServices` is a special value that covers all services.", |
+ "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": { |
@@ -1350,6 +1238,12 @@ |
"$ref": "AuditLogConfig" |
}, |
"type": "array" |
+ }, |
+ "exemptedMembers": { |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
} |
}, |
"type": "object" |
@@ -1358,6 +1252,16 @@ |
"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": { |
+ "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", |
+ "type": "string" |
+ }, |
+ "createTime": { |
+ "description": "Output only. The time at which this CryptoKeyVersion was created.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
"state": { |
"description": "The current state of the CryptoKeyVersion.", |
"enum": [ |
@@ -1384,16 +1288,6 @@ |
"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", |
- "type": "string" |
- }, |
- "createTime": { |
- "description": "Output only. The time at which this CryptoKeyVersion was created.", |
- "format": "google-datetime", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -1408,16 +1302,16 @@ |
"description": "Associates `members` with a `role`.", |
"id": "Binding", |
"properties": { |
- "role": { |
- "description": "Role that is assigned to `members`.\nFor example, `roles/viewer`, `roles/editor`, or `roles/owner`.\nRequired", |
- "type": "string" |
- }, |
"members": { |
"description": "Specifies the identities requesting access for a Cloud Platform resource.\n`members` can have the following values:\n\n* `allUsers`: A special identifier that represents anyone who is\n on the internet; with or without a Google account.\n\n* `allAuthenticatedUsers`: A special identifier that represents anyone\n who is authenticated with a Google account or a service account.\n\n* `user:{emailid}`: An email address that represents a specific Google\n account. For example, `alice@gmail.com` or `joe@example.com`.\n\n\n* `serviceAccount:{emailid}`: An email address that represents a service\n account. For example, `my-other-app@appspot.gserviceaccount.com`.\n\n* `group:{emailid}`: An email address that represents a Google group.\n For example, `admins@example.com`.\n\n* `domain:{domain}`: A Google Apps domain name that represents all the\n users of that domain. For example, `google.com` or `example.com`.\n\n", |
"items": { |
"type": "string" |
}, |
"type": "array" |
+ }, |
+ "role": { |
+ "description": "Role that is assigned to `members`.\nFor example, `roles/viewer`, `roles/editor`, or `roles/owner`.\nRequired", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1426,13 +1320,13 @@ |
"description": "Request message for KeyManagementService.Encrypt.", |
"id": "EncryptRequest", |
"properties": { |
- "additionalAuthenticatedData": { |
- "description": "Optional data that, if specified, must also be provided during decryption\nthrough DecryptRequest.additional_authenticated_data. Must be no\nlarger than 64KiB.", |
+ "plaintext": { |
+ "description": "Required. The data to encrypt. Must be no larger than 64KiB.", |
"format": "byte", |
"type": "string" |
}, |
- "plaintext": { |
- "description": "Required. The data to encrypt. Must be no larger than 64KiB.", |
+ "additionalAuthenticatedData": { |
+ "description": "Optional data that, if specified, must also be provided during decryption\nthrough DecryptRequest.additional_authenticated_data. Must be no\nlarger than 64KiB.", |
"format": "byte", |
"type": "string" |
} |
@@ -1481,9 +1375,117 @@ |
"id": "DestroyCryptoKeyVersionRequest", |
"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": { |
+ "logConfig": { |
+ "description": "The config returned to callers of tech.iam.IAM.CheckPolicy for any entries\nthat match the LOG action.", |
+ "items": { |
+ "$ref": "LogConfig" |
+ }, |
+ "type": "array" |
+ }, |
+ "in": { |
+ "description": "If one or more 'in' clauses are specified, the rule matches if\nthe PRINCIPAL/AUTHORITY_SELECTOR is in at least one of these entries.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ }, |
+ "permissions": { |
+ "description": "A permission is a string of form '<service>.<resource type>.<verb>'\n(e.g., 'storage.buckets.list'). A value of '*' matches all permissions,\nand a verb part of '*' (e.g., 'storage.buckets.*') matches all verbs.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ }, |
+ "action": { |
+ "description": "Required", |
+ "enum": [ |
+ "NO_ACTION", |
+ "ALLOW", |
+ "ALLOW_WITH_LOG", |
+ "DENY", |
+ "DENY_WITH_LOG", |
+ "LOG" |
+ ], |
+ "enumDescriptions": [ |
+ "Default no action.", |
+ "Matching 'Entries' grant access.", |
+ "Matching 'Entries' grant access and the caller promises to log\nthe request per the returned log_configs.", |
+ "Matching 'Entries' deny access.", |
+ "Matching 'Entries' deny access and the caller promises to log\nthe request per the returned log_configs.", |
+ "Matching 'Entries' tell IAM.Check callers to generate logs." |
+ ], |
+ "type": "string" |
+ }, |
+ "notIn": { |
+ "description": "If one or more 'not_in' clauses are specified, the rule matches\nif the PRINCIPAL/AUTHORITY_SELECTOR is in none of the entries.\nThe format for in and not_in entries is the same as for members in a\nBinding (see google/iam/v1/policy.proto).", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ }, |
+ "description": { |
+ "description": "Human-readable description of the rule.", |
+ "type": "string" |
+ }, |
+ "conditions": { |
+ "description": "Additional restrictions that must be met", |
+ "items": { |
+ "$ref": "Condition" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
} |
}, |
"servicePath": "", |
"title": "Google Cloud Key Management Service (KMS) API", |
- "version": "v1beta1" |
+ "version": "v1" |
} |