blob: 8a7fa49bbb860674408f5576f48241524930680b [file] [log] [blame] [edit]
{
"batchPath": "batch",
"protocol": "rest",
"name": "iam",
"baseUrl": "https://iam.googleapis.com/",
"kind": "discovery#restDescription",
"version_module": true,
"discoveryVersion": "v1",
"version": "v1",
"title": "Identity and Access Management (IAM) API",
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
}
}
}
},
"basePath": "",
"resources": {
"iamPolicies": {
"methods": {
"queryAuditableServices": {
"id": "iam.iamPolicies.queryAuditableServices",
"httpMethod": "POST",
"response": {
"$ref": "QueryAuditableServicesResponse"
},
"parameters": {},
"flatPath": "v1/iamPolicies:queryAuditableServices",
"parameterOrder": [],
"request": {
"$ref": "QueryAuditableServicesRequest"
},
"path": "v1/iamPolicies:queryAuditableServices",
"description": "Returns a list of services that allow you to opt into audit logs that are not generated by default. To learn more about audit logs, see the [Logging documentation](https://cloud.google.com/logging/docs/audit).",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"lintPolicy": {
"response": {
"$ref": "LintPolicyResponse"
},
"httpMethod": "POST",
"path": "v1/iamPolicies:lintPolicy",
"parameters": {},
"id": "iam.iamPolicies.lintPolicy",
"description": "Lints, or validates, an IAM policy. Currently checks the google.iam.v1.Binding.condition field, which contains a condition expression for a role binding. Successful calls to this method always return an HTTP `200 OK` status code, even if the linter detects an issue in the IAM policy.",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameterOrder": [],
"flatPath": "v1/iamPolicies:lintPolicy",
"request": {
"$ref": "LintPolicyRequest"
}
}
}
},
"projects": {
"resources": {
"serviceAccounts": {
"resources": {
"keys": {
"methods": {
"delete": {
"path": "v1/{+name}",
"id": "iam.projects.serviceAccounts.keys.delete",
"description": "Deletes a ServiceAccountKey. Deleting a service account key does not revoke short-lived credentials that have been issued based on the service account key.",
"httpMethod": "DELETE",
"parameterOrder": [
"name"
],
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"response": {
"$ref": "Empty"
},
"parameters": {
"name": {
"location": "path",
"required": true,
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+/keys/[^/]+$",
"type": "string",
"description": "Required. The resource name of the service account key in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account."
}
},
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}/keys/{keysId}"
},
"create": {
"request": {
"$ref": "CreateServiceAccountKeyRequest"
},
"id": "iam.projects.serviceAccounts.keys.create",
"description": "Creates a ServiceAccountKey.",
"path": "v1/{+name}/keys",
"httpMethod": "POST",
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}/keys",
"parameters": {
"name": {
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"location": "path",
"description": "Required. The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account.",
"required": true,
"type": "string"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"response": {
"$ref": "ServiceAccountKey"
},
"parameterOrder": [
"name"
]
},
"get": {
"id": "iam.projects.serviceAccounts.keys.get",
"parameters": {
"name": {
"required": true,
"location": "path",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+/keys/[^/]+$",
"description": "Required. The resource name of the service account key in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account.",
"type": "string"
},
"publicKeyType": {
"enumDescriptions": [
"Unspecified. Returns nothing here.",
"X509 PEM format.",
"Raw public key."
],
"enum": [
"TYPE_NONE",
"TYPE_X509_PEM_FILE",
"TYPE_RAW_PUBLIC_KEY"
],
"type": "string",
"location": "query",
"description": "The output format of the public key requested. X509_PEM is the default output format."
}
},
"httpMethod": "GET",
"response": {
"$ref": "ServiceAccountKey"
},
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}/keys/{keysId}",
"description": "Gets a ServiceAccountKey.",
"path": "v1/{+name}",
"parameterOrder": [
"name"
],
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"upload": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"id": "iam.projects.serviceAccounts.keys.upload",
"parameters": {
"name": {
"required": true,
"location": "path",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"description": "The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account.",
"type": "string"
}
},
"description": "Creates a ServiceAccountKey, using a public key that you provide.",
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}/keys:upload",
"httpMethod": "POST",
"request": {
"$ref": "UploadServiceAccountKeyRequest"
},
"parameterOrder": [
"name"
],
"path": "v1/{+name}/keys:upload",
"response": {
"$ref": "ServiceAccountKey"
}
},
"list": {
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}/keys",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"httpMethod": "GET",
"parameterOrder": [
"name"
],
"response": {
"$ref": "ListServiceAccountKeysResponse"
},
"description": "Lists every ServiceAccountKey for a service account.",
"parameters": {
"name": {
"description": "Required. The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID`, will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"location": "path"
},
"keyTypes": {
"type": "string",
"repeated": true,
"description": "Filters the types of keys the user wants to include in the list response. Duplicate key types are not allowed. If no key type is provided, all keys are returned.",
"enum": [
"KEY_TYPE_UNSPECIFIED",
"USER_MANAGED",
"SYSTEM_MANAGED"
],
"enumDescriptions": [
"Unspecified key type. The presence of this in the message will immediately result in an error.",
"User-managed keys (managed and rotated by the user).",
"System-managed keys (managed and rotated by Google)."
],
"location": "query"
}
},
"path": "v1/{+name}/keys",
"id": "iam.projects.serviceAccounts.keys.list"
}
}
}
},
"methods": {
"get": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"path": "v1/{+name}",
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}",
"parameters": {
"name": {
"description": "Required. The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account.",
"type": "string",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"location": "path",
"required": true
}
},
"response": {
"$ref": "ServiceAccount"
},
"id": "iam.projects.serviceAccounts.get",
"description": "Gets a ServiceAccount.",
"parameterOrder": [
"name"
],
"httpMethod": "GET"
},
"patch": {
"response": {
"$ref": "ServiceAccount"
},
"id": "iam.projects.serviceAccounts.patch",
"parameterOrder": [
"name"
],
"description": "Patches a ServiceAccount.",
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"path": "v1/{+name}",
"httpMethod": "PATCH",
"request": {
"$ref": "PatchServiceAccountRequest"
},
"parameters": {
"name": {
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"location": "path",
"description": "The resource name of the service account. Use one of the following formats: * `projects/{PROJECT_ID}/serviceAccounts/{EMAIL_ADDRESS}` * `projects/{PROJECT_ID}/serviceAccounts/{UNIQUE_ID}` As an alternative, you can use the `-` wildcard character instead of the project ID: * `projects/-/serviceAccounts/{EMAIL_ADDRESS}` * `projects/-/serviceAccounts/{UNIQUE_ID}` When possible, avoid using the `-` wildcard character, because it can cause response messages to contain misleading error codes. For example, if you try to get the service account `projects/-/serviceAccounts/[email protected]`, which does not exist, the response contains an HTTP `403 Forbidden` error instead of a `404 Not Found` error."
}
}
},
"create": {
"parameters": {
"name": {
"pattern": "^projects/[^/]+$",
"type": "string",
"required": true,
"description": "Required. The resource name of the project associated with the service accounts, such as `projects/my-project-123`.",
"location": "path"
}
},
"parameterOrder": [
"name"
],
"response": {
"$ref": "ServiceAccount"
},
"request": {
"$ref": "CreateServiceAccountRequest"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"description": "Creates a ServiceAccount.",
"path": "v1/{+name}/serviceAccounts",
"httpMethod": "POST",
"id": "iam.projects.serviceAccounts.create",
"flatPath": "v1/projects/{projectsId}/serviceAccounts"
},
"getIamPolicy": {
"httpMethod": "POST",
"id": "iam.projects.serviceAccounts.getIamPolicy",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"path": "v1/{+resource}:getIamPolicy",
"parameters": {
"resource": {
"required": true,
"location": "path",
"description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
"type": "string",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$"
},
"options.requestedPolicyVersion": {
"type": "integer",
"location": "query",
"description": "Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
"format": "int32"
}
},
"parameterOrder": [
"resource"
],
"description": "Gets the IAM policy that is attached to a ServiceAccount. This IAM policy specifies which members have access to the service account. This method does not tell you whether the service account has been granted any roles on other resources. To check whether a service account has role grants on a resource, use the `getIamPolicy` method for that resource. For example, to view the role grants for a project, call the Resource Manager API's [`projects.getIamPolicy`](https://cloud.google.com/resource-manager/reference/rest/v1/projects/getIamPolicy) method.",
"response": {
"$ref": "Policy"
},
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}:getIamPolicy"
},
"disable": {
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}:disable",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"httpMethod": "POST",
"request": {
"$ref": "DisableServiceAccountRequest"
},
"response": {
"$ref": "Empty"
},
"description": "Disables a ServiceAccount immediately. If an application uses the service account to authenticate, that application can no longer call Google APIs or access Google Cloud resources. Existing access tokens for the service account are rejected, and requests for new access tokens will fail. To re-enable the service account, use EnableServiceAccount. After you re-enable the service account, its existing access tokens will be accepted, and you can request new access tokens. To help avoid unplanned outages, we recommend that you disable the service account before you delete it. Use this method to disable the service account, then wait at least 24 hours and watch for unintended consequences. If there are no unintended consequences, you can delete the service account with DeleteServiceAccount.",
"parameterOrder": [
"name"
],
"id": "iam.projects.serviceAccounts.disable",
"path": "v1/{+name}:disable",
"parameters": {
"name": {
"required": true,
"location": "path",
"description": "The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account.",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"type": "string"
}
}
},
"signJwt": {
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}:signJwt",
"parameters": {
"name": {
"type": "string",
"required": true,
"description": "Required. Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account.",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"location": "path"
}
},
"id": "iam.projects.serviceAccounts.signJwt",
"request": {
"$ref": "SignJwtRequest"
},
"path": "v1/{+name}:signJwt",
"description": "**Note:** This method is deprecated and will stop working on July 1, 2021. Use the [`signJwt`](https://cloud.google.com/iam/help/rest-credentials/v1/projects.serviceAccounts/signJwt) method in the IAM Service Account Credentials API instead. If you currently use this method, see the [migration guide](https://cloud.google.com/iam/help/credentials/migrate-api) for instructions. Signs a JSON Web Token (JWT) using the system-managed private key for a ServiceAccount.",
"httpMethod": "POST",
"parameterOrder": [
"name"
],
"response": {
"$ref": "SignJwtResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1/projects/{projectsId}/serviceAccounts",
"path": "v1/{+name}/serviceAccounts",
"httpMethod": "GET",
"id": "iam.projects.serviceAccounts.list",
"parameterOrder": [
"name"
],
"description": "Lists every ServiceAccount that belongs to a specific project.",
"response": {
"$ref": "ListServiceAccountsResponse"
},
"parameters": {
"name": {
"type": "string",
"description": "Required. The resource name of the project associated with the service accounts, such as `projects/my-project-123`.",
"pattern": "^projects/[^/]+$",
"location": "path",
"required": true
},
"pageSize": {
"type": "integer",
"description": "Optional limit on the number of service accounts to include in the response. Further accounts can subsequently be obtained by including the ListServiceAccountsResponse.next_page_token in a subsequent request. The default is 20, and the maximum is 100.",
"format": "int32",
"location": "query"
},
"pageToken": {
"description": "Optional pagination token returned in an earlier ListServiceAccountsResponse.next_page_token.",
"type": "string",
"location": "query"
}
}
},
"signBlob": {
"response": {
"$ref": "SignBlobResponse"
},
"parameters": {
"name": {
"description": "Required. Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account.",
"type": "string",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"required": true,
"location": "path"
}
},
"httpMethod": "POST",
"description": "**Note:** This method is deprecated and will stop working on July 1, 2021. Use the [`signBlob`](https://cloud.google.com/iam/help/rest-credentials/v1/projects.serviceAccounts/signBlob) method in the IAM Service Account Credentials API instead. If you currently use this method, see the [migration guide](https://cloud.google.com/iam/help/credentials/migrate-api) for instructions. Signs a blob using the system-managed private key for a ServiceAccount.",
"path": "v1/{+name}:signBlob",
"id": "iam.projects.serviceAccounts.signBlob",
"request": {
"$ref": "SignBlobRequest"
},
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}:signBlob",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameterOrder": [
"name"
]
},
"undelete": {
"path": "v1/{+name}:undelete",
"request": {
"$ref": "UndeleteServiceAccountRequest"
},
"parameters": {
"name": {
"description": "The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_UNIQUE_ID}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account.",
"required": true,
"location": "path",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"type": "string"
}
},
"id": "iam.projects.serviceAccounts.undelete",
"httpMethod": "POST",
"response": {
"$ref": "UndeleteServiceAccountResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"description": "Restores a deleted ServiceAccount. **Important:** It is not always possible to restore a deleted service account. Use this method only as a last resort. After you delete a service account, IAM permanently removes the service account 30 days later. There is no way to restore a deleted service account that has been permanently removed.",
"parameterOrder": [
"name"
],
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}:undelete"
},
"delete": {
"parameterOrder": [
"name"
],
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}",
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"httpMethod": "DELETE",
"path": "v1/{+name}",
"description": "Deletes a ServiceAccount. **Warning:** After you delete a service account, you might not be able to undelete it. If you know that you need to re-enable the service account in the future, use DisableServiceAccount instead. If you delete a service account, IAM permanently removes the service account 30 days later. Google Cloud cannot recover the service account after it is permanently removed, even if you file a support request. To help avoid unplanned outages, we recommend that you disable the service account before you delete it. Use DisableServiceAccount to disable the service account, then wait at least 24 hours and watch for unintended consequences. If there are no unintended consequences, you can delete the service account.",
"id": "iam.projects.serviceAccounts.delete",
"parameters": {
"name": {
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"description": "Required. The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account.",
"location": "path"
}
}
},
"enable": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"response": {
"$ref": "Empty"
},
"parameterOrder": [
"name"
],
"description": "Enables a ServiceAccount that was disabled by DisableServiceAccount. If the service account is already enabled, then this method has no effect. If the service account was disabled by other means—for example, if Google disabled the service account because it was compromised—you cannot use this method to enable the service account.",
"id": "iam.projects.serviceAccounts.enable",
"path": "v1/{+name}:enable",
"parameters": {
"name": {
"location": "path",
"description": "The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account.",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"type": "string",
"required": true
}
},
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}:enable",
"httpMethod": "POST",
"request": {
"$ref": "EnableServiceAccountRequest"
}
},
"testIamPermissions": {
"description": "Tests whether the caller has the specified permissions on a ServiceAccount.",
"request": {
"$ref": "TestIamPermissionsRequest"
},
"parameters": {
"resource": {
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"required": true,
"location": "path",
"description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
"type": "string"
}
},
"parameterOrder": [
"resource"
],
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}:testIamPermissions",
"path": "v1/{+resource}:testIamPermissions",
"id": "iam.projects.serviceAccounts.testIamPermissions",
"response": {
"$ref": "TestIamPermissionsResponse"
},
"httpMethod": "POST"
},
"update": {
"httpMethod": "PUT",
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}",
"id": "iam.projects.serviceAccounts.update",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"response": {
"$ref": "ServiceAccount"
},
"parameterOrder": [
"name"
],
"description": "**Note:** We are in the process of deprecating this method. Use PatchServiceAccount instead. Updates a ServiceAccount. You can update only the `display_name` and `description` fields.",
"parameters": {
"name": {
"type": "string",
"location": "path",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"description": "The resource name of the service account. Use one of the following formats: * `projects/{PROJECT_ID}/serviceAccounts/{EMAIL_ADDRESS}` * `projects/{PROJECT_ID}/serviceAccounts/{UNIQUE_ID}` As an alternative, you can use the `-` wildcard character instead of the project ID: * `projects/-/serviceAccounts/{EMAIL_ADDRESS}` * `projects/-/serviceAccounts/{UNIQUE_ID}` When possible, avoid using the `-` wildcard character, because it can cause response messages to contain misleading error codes. For example, if you try to get the service account `projects/-/serviceAccounts/[email protected]`, which does not exist, the response contains an HTTP `403 Forbidden` error instead of a `404 Not Found` error.",
"required": true
}
},
"path": "v1/{+name}",
"request": {
"$ref": "ServiceAccount"
}
},
"setIamPolicy": {
"path": "v1/{+resource}:setIamPolicy",
"flatPath": "v1/projects/{projectsId}/serviceAccounts/{serviceAccountsId}:setIamPolicy",
"parameterOrder": [
"resource"
],
"httpMethod": "POST",
"description": "Sets the IAM policy that is attached to a ServiceAccount. Use this method to grant or revoke access to the service account. For example, you could grant a member the ability to impersonate the service account. This method does not enable the service account to access other resources. To grant roles to a service account on a resource, follow these steps: 1. Call the resource's `getIamPolicy` method to get its current IAM policy. 2. Edit the policy so that it binds the service account to an IAM role for the resource. 3. Call the resource's `setIamPolicy` method to update its IAM policy. For detailed instructions, see [Granting roles to a service account for specific resources](https://cloud.google.com/iam/help/service-accounts/granting-access-to-service-accounts).",
"request": {
"$ref": "SetIamPolicyRequest"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"resource": {
"required": true,
"description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
"pattern": "^projects/[^/]+/serviceAccounts/[^/]+$",
"type": "string",
"location": "path"
}
},
"response": {
"$ref": "Policy"
},
"id": "iam.projects.serviceAccounts.setIamPolicy"
}
}
},
"locations": {
"resources": {
"workloadIdentityPools": {
"resources": {
"providers": {
"resources": {
"operations": {
"methods": {
"get": {
"httpMethod": "GET",
"parameters": {
"name": {
"location": "path",
"description": "The name of the operation resource.",
"type": "string",
"pattern": "^projects/[^/]+/locations/[^/]+/workloadIdentityPools/[^/]+/providers/[^/]+/operations/[^/]+$",
"required": true
}
},
"response": {
"$ref": "Operation"
},
"parameterOrder": [
"name"
],
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
"id": "iam.projects.locations.workloadIdentityPools.providers.operations.get",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workloadIdentityPools/{workloadIdentityPoolsId}/providers/{providersId}/operations/{operationsId}",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"path": "v1/{+name}"
}
}
}
}
},
"operations": {
"methods": {
"get": {
"id": "iam.projects.locations.workloadIdentityPools.operations.get",
"httpMethod": "GET",
"response": {
"$ref": "Operation"
},
"path": "v1/{+name}",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"name": {
"location": "path",
"type": "string",
"required": true,
"description": "The name of the operation resource.",
"pattern": "^projects/[^/]+/locations/[^/]+/workloadIdentityPools/[^/]+/operations/[^/]+$"
}
},
"parameterOrder": [
"name"
],
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workloadIdentityPools/{workloadIdentityPoolsId}/operations/{operationsId}"
}
}
}
}
}
}
},
"roles": {
"methods": {
"patch": {
"response": {
"$ref": "Role"
},
"id": "iam.projects.roles.patch",
"parameters": {
"name": {
"location": "path",
"type": "string",
"pattern": "^projects/[^/]+/roles/[^/]+$",
"required": true,
"description": "The `name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`projects.roles.patch()`](/iam/reference/rest/v1/projects.roles/patch): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.patch()`](/iam/reference/rest/v1/organizations.roles/patch): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID."
},
"updateMask": {
"location": "query",
"description": "A mask describing which fields in the Role have changed.",
"type": "string",
"format": "google-fieldmask"
}
},
"path": "v1/{+name}",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameterOrder": [
"name"
],
"flatPath": "v1/projects/{projectsId}/roles/{rolesId}",
"request": {
"$ref": "Role"
},
"httpMethod": "PATCH",
"description": "Updates the definition of a custom Role."
},
"list": {
"flatPath": "v1/projects/{projectsId}/roles",
"id": "iam.projects.roles.list",
"description": "Lists every predefined Role that IAM supports, or every custom role that is defined for an organization or project.",
"parameterOrder": [
"parent"
],
"response": {
"$ref": "ListRolesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"httpMethod": "GET",
"path": "v1/{+parent}/roles",
"parameters": {
"view": {
"enum": [
"BASIC",
"FULL"
],
"location": "query",
"type": "string",
"description": "Optional view for the returned Role objects. When `FULL` is specified, the `includedPermissions` field is returned, which includes a list of all permissions in the role. The default value is `BASIC`, which does not return the `includedPermissions` field.",
"enumDescriptions": [
"Omits the `included_permissions` field. This is the default value.",
"Returns all fields."
]
},
"parent": {
"required": true,
"type": "string",
"pattern": "^projects/[^/]+$",
"description": "The `parent` parameter's value depends on the target resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `parent` value format is described below: * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string. This method doesn't require a resource; it simply returns all [predefined roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.com/v1/roles` * [`projects.roles.list()`](/iam/reference/rest/v1/projects.roles/list): `projects/{PROJECT_ID}`. This method lists all project-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations.roles.list()`](/iam/reference/rest/v1/organizations.roles/list): `organizations/{ORGANIZATION_ID}`. This method lists all organization-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"location": "path"
},
"pageSize": {
"format": "int32",
"type": "integer",
"description": "Optional limit on the number of roles to include in the response. The default is 300, and the maximum is 1,000.",
"location": "query"
},
"showDeleted": {
"description": "Include Roles that have been deleted.",
"location": "query",
"type": "boolean"
},
"pageToken": {
"location": "query",
"type": "string",
"description": "Optional pagination token returned in an earlier ListRolesResponse."
}
}
},
"undelete": {
"path": "v1/{+name}:undelete",
"description": "Undeletes a custom Role.",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"name": {
"required": true,
"pattern": "^projects/[^/]+/roles/[^/]+$",
"description": "The `name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`projects.roles.undelete()`](/iam/reference/rest/v1/projects.roles/undelete): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.undelete()`](/iam/reference/rest/v1/organizations.roles/undelete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"location": "path",
"type": "string"
}
},
"request": {
"$ref": "UndeleteRoleRequest"
},
"parameterOrder": [
"name"
],
"response": {
"$ref": "Role"
},
"flatPath": "v1/projects/{projectsId}/roles/{rolesId}:undelete",
"id": "iam.projects.roles.undelete",
"httpMethod": "POST"
},
"create": {
"parameterOrder": [
"parent"
],
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"httpMethod": "POST",
"response": {
"$ref": "Role"
},
"request": {
"$ref": "CreateRoleRequest"
},
"parameters": {
"parent": {
"description": "The `parent` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `parent` value format is described below: * [`projects.roles.create()`](/iam/reference/rest/v1/projects.roles/create): `projects/{PROJECT_ID}`. This method creates project-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations.roles.create()`](/iam/reference/rest/v1/organizations.roles/create): `organizations/{ORGANIZATION_ID}`. This method creates organization-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"required": true,
"location": "path",
"pattern": "^projects/[^/]+$",
"type": "string"
}
},
"flatPath": "v1/projects/{projectsId}/roles",
"path": "v1/{+parent}/roles",
"description": "Creates a new custom Role.",
"id": "iam.projects.roles.create"
},
"get": {
"response": {
"$ref": "Role"
},
"path": "v1/{+name}",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameterOrder": [
"name"
],
"description": "Gets the definition of a Role.",
"id": "iam.projects.roles.get",
"flatPath": "v1/projects/{projectsId}/roles/{rolesId}",
"parameters": {
"name": {
"pattern": "^projects/[^/]+/roles/[^/]+$",
"required": true,
"location": "path",
"description": "The `name` parameter's value depends on the target resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. This method returns results from all [predefined roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/get): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"type": "string"
}
},
"httpMethod": "GET"
},
"delete": {
"id": "iam.projects.roles.delete",
"response": {
"$ref": "Role"
},
"parameters": {
"name": {
"location": "path",
"description": "The `name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`projects.roles.delete()`](/iam/reference/rest/v1/projects.roles/delete): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.delete()`](/iam/reference/rest/v1/organizations.roles/delete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"pattern": "^projects/[^/]+/roles/[^/]+$",
"required": true,
"type": "string"
},
"etag": {
"location": "query",
"format": "byte",
"description": "Used to perform a consistent read-modify-write.",
"type": "string"
}
},
"description": "Deletes a custom Role. When you delete a custom role, the following changes occur immediately: * You cannot bind a member to the custom role in an IAM Policy. * Existing bindings to the custom role are not changed, but they have no effect. * By default, the response from ListRoles does not include the custom role. You have 7 days to undelete the custom role. After 7 days, the following changes occur: * The custom role is permanently deleted and cannot be recovered. * If an IAM policy contains a binding to the custom role, the binding is permanently removed.",
"path": "v1/{+name}",
"flatPath": "v1/projects/{projectsId}/roles/{rolesId}",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameterOrder": [
"name"
],
"httpMethod": "DELETE"
}
}
}
}
},
"permissions": {
"methods": {
"queryTestablePermissions": {
"request": {
"$ref": "QueryTestablePermissionsRequest"
},
"response": {
"$ref": "QueryTestablePermissionsResponse"
},
"path": "v1/permissions:queryTestablePermissions",
"id": "iam.permissions.queryTestablePermissions",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1/permissions:queryTestablePermissions",
"parameters": {},
"parameterOrder": [],
"description": "Lists every permission that you can test on a resource. A permission is testable if you can check whether a member has that permission on the resource.",
"httpMethod": "POST"
}
}
},
"roles": {
"methods": {
"get": {
"response": {
"$ref": "Role"
},
"description": "Gets the definition of a Role.",
"parameterOrder": [
"name"
],
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"name": {
"type": "string",
"required": true,
"location": "path",
"description": "The `name` parameter's value depends on the target resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. This method returns results from all [predefined roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/get): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"pattern": "^roles/[^/]+$"
}
},
"flatPath": "v1/roles/{rolesId}",
"path": "v1/{+name}",
"httpMethod": "GET",
"id": "iam.roles.get"
},
"queryGrantableRoles": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1/roles:queryGrantableRoles",
"response": {
"$ref": "QueryGrantableRolesResponse"
},
"description": "Lists roles that can be granted on a Google Cloud resource. A role is grantable if the IAM policy for the resource can contain bindings to the role.",
"path": "v1/roles:queryGrantableRoles",
"parameters": {},
"parameterOrder": [],
"id": "iam.roles.queryGrantableRoles",
"httpMethod": "POST",
"request": {
"$ref": "QueryGrantableRolesRequest"
}
},
"list": {
"httpMethod": "GET",
"parameterOrder": [],
"flatPath": "v1/roles",
"description": "Lists every predefined Role that IAM supports, or every custom role that is defined for an organization or project.",
"response": {
"$ref": "ListRolesResponse"
},
"parameters": {
"pageSize": {
"format": "int32",
"type": "integer",
"location": "query",
"description": "Optional limit on the number of roles to include in the response. The default is 300, and the maximum is 1,000."
},
"pageToken": {
"location": "query",
"type": "string",
"description": "Optional pagination token returned in an earlier ListRolesResponse."
},
"view": {
"type": "string",
"enum": [
"BASIC",
"FULL"
],
"description": "Optional view for the returned Role objects. When `FULL` is specified, the `includedPermissions` field is returned, which includes a list of all permissions in the role. The default value is `BASIC`, which does not return the `includedPermissions` field.",
"enumDescriptions": [
"Omits the `included_permissions` field. This is the default value.",
"Returns all fields."
],
"location": "query"
},
"showDeleted": {
"location": "query",
"description": "Include Roles that have been deleted.",
"type": "boolean"
},
"parent": {
"type": "string",
"description": "The `parent` parameter's value depends on the target resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `parent` value format is described below: * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string. This method doesn't require a resource; it simply returns all [predefined roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.com/v1/roles` * [`projects.roles.list()`](/iam/reference/rest/v1/projects.roles/list): `projects/{PROJECT_ID}`. This method lists all project-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations.roles.list()`](/iam/reference/rest/v1/organizations.roles/list): `organizations/{ORGANIZATION_ID}`. This method lists all organization-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"location": "query"
}
},
"path": "v1/roles",
"id": "iam.roles.list",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"organizations": {
"resources": {
"roles": {
"methods": {
"create": {
"parameterOrder": [
"parent"
],
"description": "Creates a new custom Role.",
"flatPath": "v1/organizations/{organizationsId}/roles",
"httpMethod": "POST",
"request": {
"$ref": "CreateRoleRequest"
},
"parameters": {
"parent": {
"description": "The `parent` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `parent` value format is described below: * [`projects.roles.create()`](/iam/reference/rest/v1/projects.roles/create): `projects/{PROJECT_ID}`. This method creates project-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations.roles.create()`](/iam/reference/rest/v1/organizations.roles/create): `organizations/{ORGANIZATION_ID}`. This method creates organization-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"required": true,
"pattern": "^organizations/[^/]+$",
"type": "string",
"location": "path"
}
},
"path": "v1/{+parent}/roles",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"response": {
"$ref": "Role"
},
"id": "iam.organizations.roles.create"
},
"list": {
"flatPath": "v1/organizations/{organizationsId}/roles",
"description": "Lists every predefined Role that IAM supports, or every custom role that is defined for an organization or project.",
"response": {
"$ref": "ListRolesResponse"
},
"path": "v1/{+parent}/roles",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"type": "string",
"location": "path",
"pattern": "^organizations/[^/]+$",
"description": "The `parent` parameter's value depends on the target resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `parent` value format is described below: * [`roles.list()`](/iam/reference/rest/v1/roles/list): An empty string. This method doesn't require a resource; it simply returns all [predefined roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.com/v1/roles` * [`projects.roles.list()`](/iam/reference/rest/v1/projects.roles/list): `projects/{PROJECT_ID}`. This method lists all project-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations.roles.list()`](/iam/reference/rest/v1/organizations.roles/list): `organizations/{ORGANIZATION_ID}`. This method lists all organization-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"required": true
},
"showDeleted": {
"type": "boolean",
"location": "query",
"description": "Include Roles that have been deleted."
},
"view": {
"description": "Optional view for the returned Role objects. When `FULL` is specified, the `includedPermissions` field is returned, which includes a list of all permissions in the role. The default value is `BASIC`, which does not return the `includedPermissions` field.",
"enumDescriptions": [
"Omits the `included_permissions` field. This is the default value.",
"Returns all fields."
],
"location": "query",
"enum": [
"BASIC",
"FULL"
],
"type": "string"
},
"pageToken": {
"type": "string",
"location": "query",
"description": "Optional pagination token returned in an earlier ListRolesResponse."
},
"pageSize": {
"format": "int32",
"description": "Optional limit on the number of roles to include in the response. The default is 300, and the maximum is 1,000.",
"location": "query",
"type": "integer"
}
},
"id": "iam.organizations.roles.list",
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Deletes a custom Role. When you delete a custom role, the following changes occur immediately: * You cannot bind a member to the custom role in an IAM Policy. * Existing bindings to the custom role are not changed, but they have no effect. * By default, the response from ListRoles does not include the custom role. You have 7 days to undelete the custom role. After 7 days, the following changes occur: * The custom role is permanently deleted and cannot be recovered. * If an IAM policy contains a binding to the custom role, the binding is permanently removed.",
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"name": {
"required": true,
"description": "The `name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`projects.roles.delete()`](/iam/reference/rest/v1/projects.roles/delete): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.delete()`](/iam/reference/rest/v1/organizations.roles/delete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"type": "string",
"location": "path",
"pattern": "^organizations/[^/]+/roles/[^/]+$"
},
"etag": {
"type": "string",
"description": "Used to perform a consistent read-modify-write.",
"location": "query",
"format": "byte"
}
},
"id": "iam.organizations.roles.delete",
"path": "v1/{+name}",
"flatPath": "v1/organizations/{organizationsId}/roles/{rolesId}",
"response": {
"$ref": "Role"
},
"parameterOrder": [
"name"
],
"httpMethod": "DELETE"
},
"patch": {
"parameterOrder": [
"name"
],
"request": {
"$ref": "Role"
},
"response": {
"$ref": "Role"
},
"description": "Updates the definition of a custom Role.",
"httpMethod": "PATCH",
"id": "iam.organizations.roles.patch",
"path": "v1/{+name}",
"flatPath": "v1/organizations/{organizationsId}/roles/{rolesId}",
"parameters": {
"name": {
"required": true,
"description": "The `name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`projects.roles.patch()`](/iam/reference/rest/v1/projects.roles/patch): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.patch()`](/iam/reference/rest/v1/organizations.roles/patch): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"pattern": "^organizations/[^/]+/roles/[^/]+$",
"type": "string",
"location": "path"
},
"updateMask": {
"location": "query",
"format": "google-fieldmask",
"type": "string",
"description": "A mask describing which fields in the Role have changed."
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"undelete": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"request": {
"$ref": "UndeleteRoleRequest"
},
"httpMethod": "POST",
"path": "v1/{+name}:undelete",
"flatPath": "v1/organizations/{organizationsId}/roles/{rolesId}:undelete",
"parameters": {
"name": {
"type": "string",
"location": "path",
"required": true,
"description": "The `name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`projects.roles.undelete()`](/iam/reference/rest/v1/projects.roles/undelete): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.undelete()`](/iam/reference/rest/v1/organizations.roles/undelete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"pattern": "^organizations/[^/]+/roles/[^/]+$"
}
},
"response": {
"$ref": "Role"
},
"description": "Undeletes a custom Role.",
"id": "iam.organizations.roles.undelete",
"parameterOrder": [
"name"
]
},
"get": {
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"description": "Gets the definition of a Role.",
"parameterOrder": [
"name"
],
"id": "iam.organizations.roles.get",
"path": "v1/{+name}",
"parameters": {
"name": {
"location": "path",
"type": "string",
"pattern": "^organizations/[^/]+/roles/[^/]+$",
"description": "The `name` parameter's value depends on the target resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. This method returns results from all [predefined roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/get): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID.",
"required": true
}
},
"flatPath": "v1/organizations/{organizationsId}/roles/{rolesId}",
"response": {
"$ref": "Role"
},
"httpMethod": "GET"
}
}
}
}
}
},
"rootUrl": "https://iam.googleapis.com/",
"servicePath": "",
"documentationLink": "https://cloud.google.com/iam/",
"description": "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. ",
"revision": "20201112",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"ownerDomain": "google.com",
"parameters": {
"upload_protocol": {
"type": "string",
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"location": "query"
},
"quotaUser": {
"location": "query",
"type": "string",
"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."
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"type": "string",
"location": "query"
},
"access_token": {
"description": "OAuth access token.",
"type": "string",
"location": "query"
},
"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"
},
"alt": {
"location": "query",
"default": "json",
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"type": "string",
"description": "Data format for response.",
"enum": [
"json",
"media",
"proto"
]
},
"prettyPrint": {
"type": "boolean",
"default": "true",
"location": "query",
"description": "Returns response with indentations and line breaks."
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
"$.xgafv": {
"location": "query",
"type": "string",
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"enum": [
"1",
"2"
],
"description": "V1 error format."
},
"uploadType": {
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"type": "string",
"location": "query"
},
"callback": {
"type": "string",
"location": "query",
"description": "JSONP"
}
},
"canonicalName": "Iam",
"id": "iam:v1",
"mtlsRootUrl": "https://iam.mtls.googleapis.com/",
"ownerName": "Google",
"schemas": {
"PermissionDelta": {
"id": "PermissionDelta",
"properties": {
"addedPermissions": {
"items": {
"type": "string"
},
"description": "Added permissions.",
"type": "array"
},
"removedPermissions": {
"type": "array",
"description": "Removed permissions.",
"items": {
"type": "string"
}
}
},
"description": "A PermissionDelta message to record the added_permissions and removed_permissions inside a role.",
"type": "object"
},
"UndeleteServiceAccountResponse": {
"id": "UndeleteServiceAccountResponse",
"type": "object",
"properties": {
"restoredAccount": {
"description": "Metadata for the restored service account.",
"$ref": "ServiceAccount"
}
}
},
"Status": {
"id": "Status",
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
"type": "object",
"properties": {
"message": {
"description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
"type": "string"
},
"details": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": {
"type": "any",
"description": "Properties of the object. Contains field @type with type URL."
}
},
"description": "A list of messages that carry the error details. There is a common set of message types for APIs to use."
},
"code": {
"description": "The status code, which should be an enum value of google.rpc.Code.",
"format": "int32",
"type": "integer"
}
}
},
"TestIamPermissionsResponse": {
"type": "object",
"description": "Response message for `TestIamPermissions` method.",
"id": "TestIamPermissionsResponse",
"properties": {
"permissions": {
"description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
"items": {
"type": "string"
},
"type": "array"
}
}
},
"SignJwtRequest": {
"properties": {
"payload": {
"type": "string",
"description": "Required. Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The JWT payload to sign. Must be a serialized JSON object that contains a JWT Claims Set. For example: `{\"sub\": \"[email protected]\", \"iat\": 313435}` If the JWT Claims Set contains an expiration time (`exp`) claim, it must be an integer timestamp that is not in the past and no more than 1 hour in the future. If the JWT Claims Set does not contain an expiration time (`exp`) claim, this claim is added automatically, with a timestamp that is 1 hour in the future."
}
},
"id": "SignJwtRequest",
"description": "Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The service account sign JWT request.",
"type": "object"
},
"LintResult": {
"description": "Structured response of a single validation unit.",
"type": "object",
"id": "LintResult",
"properties": {
"level": {
"description": "The validation unit level.",
"type": "string",
"enum": [
"LEVEL_UNSPECIFIED",
"CONDITION"
],
"enumDescriptions": [
"Level is unspecified.",
"A validation unit which operates on an individual condition within a binding."
]
},
"debugMessage": {
"type": "string",
"description": "Human readable debug message associated with the issue."
},
"fieldName": {
"description": "The name of the field for which this lint result is about. For nested messages `field_name` consists of names of the embedded fields separated by period character. The top-level qualifier is the input object to lint in the request. For example, the `field_name` value `condition.expression` identifies a lint result for the `expression` field of the provided condition.",
"type": "string"
},
"locationOffset": {
"description": "0-based character position of problematic construct within the object identified by `field_name`. Currently, this is populated only for condition expression.",
"type": "integer",
"format": "int32"
},
"severity": {
"description": "The validation unit severity.",
"enum": [
"SEVERITY_UNSPECIFIED",
"ERROR",
"WARNING",
"NOTICE",
"INFO",
"DEPRECATED"
],
"type": "string",
"enumDescriptions": [
"Severity is unspecified.",
"A validation unit returns an error only for critical issues. If an attempt is made to set the problematic policy without rectifying the critical issue, it causes the `setPolicy` operation to fail.",
"Any issue which is severe enough but does not cause an error. For example, suspicious constructs in the input object will not necessarily fail `setPolicy`, but there is a high likelihood that they won't behave as expected during policy evaluation in `checkPolicy`. This includes the following common scenarios: - Unsatisfiable condition: Expired timestamp in date/time condition. - Ineffective condition: Condition on a pair which is granted unconditionally in another binding of the same policy.",
"Reserved for the issues that are not severe as `ERROR`/`WARNING`, but need special handling. For instance, messages about skipped validation units are issued as `NOTICE`.",
"Any informative statement which is not severe enough to raise `ERROR`/`WARNING`/`NOTICE`, like auto-correction recommendations on the input content. Note that current version of the linter does not utilize `INFO`.",
"Deprecated severity level."
]
},
"validationUnitName": {
"type": "string",
"description": "The validation unit name, for instance \"lintValidationUnits/ConditionComplexityCheck\"."
}
}
},
"QueryGrantableRolesResponse": {
"type": "object",
"description": "The grantable role query response.",
"id": "QueryGrantableRolesResponse",
"properties": {
"roles": {
"type": "array",
"description": "The list of matching roles.",
"items": {
"$ref": "Role"
}
},
"nextPageToken": {
"description": "To retrieve the next page of results, set `QueryGrantableRolesRequest.page_token` to this value.",
"type": "string"
}
}
},
"AuditData": {
"properties": {
"policyDelta": {
"description": "Policy delta between the original policy and the newly set policy.",
"$ref": "PolicyDelta"
}
},
"id": "AuditData",
"type": "object",
"description": "Audit log information specific to Cloud IAM. This message is serialized as an `Any` type in the `ServiceData` message of an `AuditLog` message."
},
"TestIamPermissionsRequest": {
"properties": {
"permissions": {
"type": "array",
"description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
"items": {
"type": "string"
}
}
},
"id": "TestIamPermissionsRequest",
"type": "object",
"description": "Request message for `TestIamPermissions` method."
},
"LintPolicyResponse": {
"properties": {
"lintResults": {
"type": "array",
"description": "List of lint results sorted by `severity` in descending order.",
"items": {
"$ref": "LintResult"
}
}
},
"description": "The response of a lint operation. An empty response indicates the operation was able to fully execute and no lint issue was found.",
"id": "LintPolicyResponse",
"type": "object"
},
"AdminAuditData": {
"properties": {
"permissionDelta": {
"description": "The permission_delta when when creating or updating a Role.",
"$ref": "PermissionDelta"
}
},
"id": "AdminAuditData",
"type": "object",
"description": "Audit log information specific to Cloud IAM admin APIs. This message is serialized as an `Any` type in the `ServiceData` message of an `AuditLog` message."
},
"CreateRoleRequest": {
"id": "CreateRoleRequest",
"type": "object",
"description": "The request to create a new role.",
"properties": {
"role": {
"$ref": "Role",
"description": "The Role resource to create."
},
"roleId": {
"description": "The role ID to use for this role. A role ID may contain alphanumeric characters, underscores (`_`), and periods (`.`). It must contain a minimum of 3 characters and a maximum of 64 characters.",
"type": "string"
}
}
},
"QueryAuditableServicesRequest": {
"description": "A request to get the list of auditable services for a resource.",
"properties": {
"fullResourceName": {
"description": "Required. The full resource name to query from the list of auditable services. The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id `my-project` will be named `//cloudresourcemanager.googleapis.com/projects/my-project`.",
"type": "string"
}
},
"type": "object",
"id": "QueryAuditableServicesRequest"
},
"Permission": {
"id": "Permission",
"type": "object",
"description": "A permission which can be included by a role.",
"properties": {
"primaryPermission": {
"description": "The preferred name for this permission. If present, then this permission is an alias of, and equivalent to, the listed primary_permission.",
"type": "string"
},
"apiDisabled": {
"type": "boolean",
"description": "The service API associated with the permission is not enabled."
},
"title": {
"description": "The title of this Permission.",
"type": "string"
},
"description": {
"type": "string",
"description": "A brief description of what this Permission is used for. This permission can ONLY be used in predefined roles."
},
"name": {
"description": "The name of this Permission.",
"type": "string"
},
"onlyInPredefinedRoles": {
"type": "boolean"
},
"customRolesSupportLevel": {
"type": "string",
"description": "The current custom role support level.",
"enumDescriptions": [
"Permission is fully supported for custom role use.",
"Permission is being tested to check custom role compatibility.",
"Permission is not supported for custom role use."
],
"enum": [
"SUPPORTED",
"TESTING",
"NOT_SUPPORTED"
]
},
"stage": {
"description": "The current launch stage of the permission.",
"enum": [
"ALPHA",
"BETA",
"GA",
"DEPRECATED"
],
"enumDescriptions": [
"The permission is currently in an alpha phase.",
"The permission is currently in a beta phase.",
"The permission is generally available.",
"The permission is being deprecated."
],
"type": "string"
}
}
},
"BindingDelta": {
"properties": {
"member": {
"type": "string",
"description": "A single identity requesting access for a Cloud Platform resource. Follows the same format of Binding.members. Required"
},
"action": {
"description": "The action that was performed on a Binding. Required",
"type": "string",
"enumDescriptions": [
"Unspecified.",
"Addition of a Binding.",
"Removal of a Binding."
],
"enum": [
"ACTION_UNSPECIFIED",
"ADD",
"REMOVE"
]
},
"condition": {
"$ref": "Expr",
"description": "The condition that is associated with this binding."
},
"role": {
"type": "string",
"description": "Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. Required"
}
},
"type": "object",
"description": "One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.",
"id": "BindingDelta"
},
"PolicyDelta": {
"id": "PolicyDelta",
"description": "The difference delta between two policies.",
"properties": {
"bindingDeltas": {
"type": "array",
"items": {
"$ref": "BindingDelta"
},
"description": "The delta for Bindings between two policies."
}
},
"type": "object"
},
"ListRolesResponse": {
"description": "The response containing the roles defined under a resource.",
"id": "ListRolesResponse",
"type": "object",
"properties": {
"roles": {
"type": "array",
"description": "The Roles defined on this resource.",
"items": {
"$ref": "Role"
}
},
"nextPageToken": {
"description": "To retrieve the next page of results, set `ListRolesRequest.page_token` to this value.",
"type": "string"
}
}
},
"ServiceAccountKey": {
"properties": {
"privateKeyData": {
"format": "byte",
"type": "string",
"description": "The private key data. Only provided in `CreateServiceAccountKey` responses. Make sure to keep the private key data secure because it allows for the assertion of the service account identity. When base64 decoded, the private key data can be used to authenticate with Google API client libraries and with gcloud auth activate-service-account."
},
"keyAlgorithm": {
"type": "string",
"enum": [
"KEY_ALG_UNSPECIFIED",
"KEY_ALG_RSA_1024",
"KEY_ALG_RSA_2048"
],
"description": "Specifies the algorithm (and possibly key size) for the key.",
"enumDescriptions": [
"An unspecified key algorithm.",
"1k RSA Key.",
"2k RSA Key."
]
},
"keyType": {
"enumDescriptions": [
"Unspecified key type. The presence of this in the message will immediately result in an error.",
"User-managed keys (managed and rotated by the user).",
"System-managed keys (managed and rotated by Google)."
],
"description": "The key type.",
"type": "string",
"enum": [
"KEY_TYPE_UNSPECIFIED",
"USER_MANAGED",
"SYSTEM_MANAGED"
]
},
"keyOrigin": {
"description": "The key origin.",
"enum": [
"ORIGIN_UNSPECIFIED",
"USER_PROVIDED",
"GOOGLE_PROVIDED"
],
"type": "string",
"enumDescriptions": [
"Unspecified key origin.",
"Key is provided by user.",
"Key is provided by Google."
]
},
"validBeforeTime": {
"type": "string",
"format": "google-datetime",
"description": "The key can be used before this timestamp. For system-managed key pairs, this timestamp is the end time for the private key signing operation. The public key could still be used for verification for a few hours after this time."
},
"publicKeyData": {
"description": "The public key data. Only provided in `GetServiceAccountKey` responses.",
"type": "string",
"format": "byte"
},
"name": {
"type": "string",
"description": "The resource name of the service account key in the following format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`."
},
"validAfterTime": {
"format": "google-datetime",
"description": "The key can be used after this timestamp.",
"type": "string"
},
"privateKeyType": {
"type": "string",
"description": "The output format for the private key. Only provided in `CreateServiceAccountKey` responses, not in `GetServiceAccountKey` or `ListServiceAccountKey` responses. Google never exposes system-managed private keys, and never retains user-managed private keys.",
"enumDescriptions": [
"Unspecified. Equivalent to `TYPE_GOOGLE_CREDENTIALS_FILE`.",
"PKCS12 format. The password for the PKCS12 file is `notasecret`. For more information, see https://tools.ietf.org/html/rfc7292.",
"Google Credentials File format."
],
"enum": [
"TYPE_UNSPECIFIED",
"TYPE_PKCS12_FILE",
"TYPE_GOOGLE_CREDENTIALS_FILE"
]
}
},
"description": "Represents a service account key. A service account has two sets of key-pairs: user-managed, and system-managed. User-managed key-pairs can be created and deleted by users. Users are responsible for rotating these keys periodically to ensure security of their service accounts. Users retain the private key of these key-pairs, and Google retains ONLY the public key. System-managed keys are automatically rotated by Google, and are used for signing for a maximum of two weeks. The rotation process is probabilistic, and usage of the new key will gradually ramp up and down over the key's lifetime. If you cache the public key set for a service account, we recommend that you update the cache every 15 minutes. User-managed keys can be added and removed at any time, so it is important to update the cache frequently. For Google-managed keys, Google will publish a key at least 6 hours before it is first used for signing and will keep publishing it for at least 6 hours after it was last used for signing. Public keys for all service accounts are also published at the OAuth2 Service Account API.",
"type": "object",
"id": "ServiceAccountKey"
},
"Role": {
"properties": {
"title": {
"description": "Optional. A human-readable title for the role. Typically this is limited to 100 UTF-8 bytes.",
"type": "string"
},
"includedPermissions": {
"type": "array",
"items": {
"type": "string"
},
"description": "The names of the permissions this role grants when bound in an IAM policy."
},
"etag": {
"format": "byte",
"description": "Used to perform a consistent read-modify-write.",
"type": "string"
},
"description": {
"type": "string",
"description": "Optional. A human-readable description for the role."
},
"stage": {
"description": "The current launch stage of the role. If the `ALPHA` launch stage has been selected for a role, the `stage` field will not be included in the returned definition for the role.",
"enum": [
"ALPHA",
"BETA",
"GA",
"DEPRECATED",
"DISABLED",
"EAP"
],
"type": "string",
"enumDescriptions": [
"The user has indicated this role is currently in an Alpha phase. If this launch stage is selected, the `stage` field will not be included when requesting the definition for a given role.",
"The user has indicated this role is currently in a Beta phase.",
"The user has indicated this role is generally available.",
"The user has indicated this role is being deprecated.",
"This role is disabled and will not contribute permissions to any members it is granted to in policies.",
"The user has indicated this role is currently in an EAP phase."
]
},
"name": {
"type": "string",
"description": "The name of the role. When Role is used in CreateRole, the role name must not be set. When Role is used in output and other input such as UpdateRole, the role name is the complete path, e.g., roles/logging.viewer for predefined roles and organizations/{ORGANIZATION_ID}/roles/logging.viewer for custom roles."
},
"deleted": {
"type": "boolean",
"description": "The current deleted state of the role. This field is read only. It will be ignored in calls to CreateRole and UpdateRole."
}
},
"type": "object",
"description": "A role in the Identity and Access Management API.",
"id": "Role"
},
"SignJwtResponse": {
"type": "object",
"description": "Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The service account sign JWT response.",
"id": "SignJwtResponse",
"properties": {
"keyId": {
"type": "string",
"description": "Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The id of the key used to sign the JWT."
},
"signedJwt": {
"type": "string",
"description": "Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The signed JWT."
}
}
},
"AuditConfig": {
"type": "object",
"id": "AuditConfig",
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:[email protected]\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:[email protected]\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts [email protected] from DATA_READ logging, and [email protected] from DATA_WRITE logging.",
"properties": {
"auditLogConfigs": {
"type": "array",
"description": "The configuration for logging of each type of permission.",
"items": {
"$ref": "AuditLogConfig"
}
},
"service": {
"description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
"type": "string"
}
}
},
"UndeleteRoleRequest": {
"properties": {
"etag": {
"type": "string",
"format": "byte",
"description": "Used to perform a consistent read-modify-write."
}
},
"type": "object",
"description": "The request to undelete an existing role.",
"id": "UndeleteRoleRequest"
},
"LintPolicyRequest": {
"description": "The request to lint a Cloud IAM policy object.",
"id": "LintPolicyRequest",
"properties": {
"condition": {
"description": "google.iam.v1.Binding.condition object to be linted.",
"$ref": "Expr"
},
"fullResourceName": {
"description": "The full resource name of the policy this lint request is about. The name follows the Google Cloud Platform (GCP) resource format. For example, a GCP project with ID `my-project` will be named `//cloudresourcemanager.googleapis.com/projects/my-project`. The resource name is not used to read the policy instance from the Cloud IAM database. The candidate policy for lint has to be provided in the same request object.",
"type": "string"
}
},
"type": "object"
},
"EnableServiceAccountRequest": {
"type": "object",
"id": "EnableServiceAccountRequest",
"description": "The service account enable request.",
"properties": {}
},
"CreateServiceAccountKeyRequest": {
"id": "CreateServiceAccountKeyRequest",
"properties": {
"privateKeyType": {
"type": "string",
"enumDescriptions": [
"Unspecified. Equivalent to `TYPE_GOOGLE_CREDENTIALS_FILE`.",
"PKCS12 format. The password for the PKCS12 file is `notasecret`. For more information, see https://tools.ietf.org/html/rfc7292.",
"Google Credentials File format."
],
"enum": [
"TYPE_UNSPECIFIED",
"TYPE_PKCS12_FILE",
"TYPE_GOOGLE_CREDENTIALS_FILE"
],
"description": "The output format of the private key. The default value is `TYPE_GOOGLE_CREDENTIALS_FILE`, which is the Google Credentials File format."
},
"keyAlgorithm": {
"description": "Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future.",
"type": "string",
"enumDescriptions": [
"An unspecified key algorithm.",
"1k RSA Key.",
"2k RSA Key."
],
"enum": [
"KEY_ALG_UNSPECIFIED",
"KEY_ALG_RSA_1024",
"KEY_ALG_RSA_2048"
]
}
},
"description": "The service account key create request.",
"type": "object"
},
"Binding": {
"type": "object",
"properties": {
"role": {
"type": "string",
"description": "Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`, or `roles/owner`."
},
"members": {
"items": {
"type": "string"
},
"description": "Specifies the identities requesting access for a Cloud Platform resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. * `user:{emailid}`: An email address that represents a specific Google account. For example, `[email protected]` . * `serviceAccount:{emailid}`: An email address that represents a service account. For example, `[email protected]`. * `group:{emailid}`: An email address that represents a Google group. For example, `[email protected]`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `[email protected]?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `[email protected]?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `[email protected]?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. ",
"type": "array"
},
"condition": {
"description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the members in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
"$ref": "Expr"
}
},
"description": "Associates `members` with a `role`.",
"id": "Binding"
},
"UndeleteServiceAccountRequest": {
"id": "UndeleteServiceAccountRequest",
"properties": {},
"description": "The service account undelete request.",
"type": "object"
},
"SignBlobRequest": {
"properties": {
"bytesToSign": {
"description": "Required. Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The bytes to sign.",
"format": "byte",
"type": "string"
}
},
"id": "SignBlobRequest",
"description": "Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The service account sign blob request.",
"type": "object"
},
"PatchServiceAccountRequest": {
"type": "object",
"id": "PatchServiceAccountRequest",
"description": "The request for PatchServiceAccount. You can patch only the `display_name` and `description` fields. You must use the `update_mask` field to specify which of these fields you want to patch. Only the fields specified in the request are guaranteed to be returned in the response. Other fields may be empty in the response.",
"properties": {
"serviceAccount": {
"$ref": "ServiceAccount"
},
"updateMask": {
"format": "google-fieldmask",
"type": "string"
}
}
},
"Empty": {
"type": "object",
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
"properties": {},
"id": "Empty"
},
"Expr": {
"properties": {
"location": {
"type": "string",
"description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file."
},
"description": {
"description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
"type": "string"
},
"title": {
"description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
"type": "string"
},
"expression": {
"description": "Textual representation of an expression in Common Expression Language syntax.",
"type": "string"
}
},
"type": "object",
"id": "Expr",
"description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information."
},
"Policy": {
"properties": {
"etag": {
"type": "string",
"description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
"format": "byte"
},
"version": {
"description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
"format": "int32",
"type": "integer"
},
"auditConfigs": {
"items": {
"$ref": "AuditConfig"
},
"type": "array",
"description": "Specifies cloud audit logging configuration for this policy."
},
"bindings": {
"description": "Associates a list of `members` to a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one member.",
"type": "array",
"items": {
"$ref": "Binding"
}
}
},
"type": "object",
"description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members` to a single `role`. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:[email protected]\", \"group:[email protected]\", \"domain:google.com\", \"serviceAccount:[email protected]\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:[email protected]\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } **YAML example:** bindings: - members: - user:[email protected] - group:[email protected] - domain:google.com - serviceAccount:[email protected] role: roles/resourcemanager.organizationAdmin - members: - user:[email protected] role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
"id": "Policy"
},
"CreateServiceAccountRequest": {
"type": "object",
"description": "The service account create request.",
"properties": {
"serviceAccount": {
"$ref": "ServiceAccount",
"description": "The ServiceAccount resource to create. Currently, only the following values are user assignable: `display_name` and `description`."
},
"accountId": {
"description": "Required. The account id that is used to generate the service account email address and a stable unique id. It is unique within a project, must be 6-30 characters long, and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])` to comply with RFC1035.",
"type": "string"
}
},
"id": "CreateServiceAccountRequest"
},
"DisableServiceAccountRequest": {
"properties": {},
"description": "The service account disable request.",
"type": "object",
"id": "DisableServiceAccountRequest"
},
"AuditableService": {
"type": "object",
"description": "Contains information about an auditable service.",
"id": "AuditableService",
"properties": {
"name": {
"description": "Public name of the service. For example, the service name for Cloud IAM is 'iam.googleapis.com'.",
"type": "string"
}
}
},
"SetIamPolicyRequest": {
"id": "SetIamPolicyRequest",
"description": "Request message for `SetIamPolicy` method.",
"type": "object",
"properties": {
"updateMask": {
"description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
"type": "string",
"format": "google-fieldmask"
},
"policy": {
"description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform services (such as Projects) might reject them.",
"$ref": "Policy"
}
}
},
"Operation": {
"type": "object",
"properties": {
"done": {
"type": "boolean",
"description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available."
},
"response": {
"additionalProperties": {
"type": "any",
"description": "Properties of the object. Contains field @type with type URL."
},
"description": "The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
"type": "object"
},
"error": {
"description": "The error result of the operation in case of failure or cancellation.",
"$ref": "Status"
},
"metadata": {
"type": "object",
"description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
}
},
"name": {
"description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
"type": "string"
}
},
"description": "This resource represents a long-running operation that is the result of a network API call.",
"id": "Operation"
},
"ListServiceAccountKeysResponse": {
"properties": {
"keys": {
"items": {
"$ref": "ServiceAccountKey"
},
"description": "The public keys for the service account.",
"type": "array"
}
},
"description": "The service account keys list response.",
"type": "object",
"id": "ListServiceAccountKeysResponse"
},
"QueryGrantableRolesRequest": {
"id": "QueryGrantableRolesRequest",
"description": "The grantable role query request.",
"type": "object",
"properties": {
"pageSize": {
"type": "integer",
"description": "Optional limit on the number of roles to include in the response. The default is 300, and the maximum is 1,000.",
"format": "int32"
},
"pageToken": {
"type": "string",
"description": "Optional pagination token returned in an earlier QueryGrantableRolesResponse."
},
"view": {
"enum": [
"BASIC",
"FULL"
],
"type": "string",
"enumDescriptions": [
"Omits the `included_permissions` field. This is the default value.",
"Returns all fields."
]
},
"fullResourceName": {
"description": "Required. The full resource name to query from the list of grantable roles. The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id `my-project` will be named `//cloudresourcemanager.googleapis.com/projects/my-project`.",
"type": "string"
}
}
},
"QueryTestablePermissionsRequest": {
"type": "object",
"properties": {
"fullResourceName": {
"description": "Required. The full resource name to query from the list of testable permissions. The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id `my-project` will be named `//cloudresourcemanager.googleapis.com/projects/my-project`.",
"type": "string"
},
"pageSize": {
"type": "integer",
"format": "int32",
"description": "Optional limit on the number of permissions to include in the response. The default is 100, and the maximum is 1,000."
},
"pageToken": {
"type": "string",
"description": "Optional pagination token returned in an earlier QueryTestablePermissionsRequest."
}
},
"description": "A request to get permissions which can be tested on a resource.",
"id": "QueryTestablePermissionsRequest"
},
"ServiceAccount": {
"type": "object",
"description": "An IAM service account. A service account is an account for an application or a virtual machine (VM) instance, not a person. You can use a service account to call Google APIs. To learn more, read the [overview of service accounts](https://cloud.google.com/iam/help/service-accounts/overview). When you create a service account, you specify the project ID that owns the service account, as well as a name that must be unique within the project. IAM uses these values to create an email address that identifies the service account.",
"id": "ServiceAccount",
"properties": {
"name": {
"description": "The resource name of the service account. Use one of the following formats: * `projects/{PROJECT_ID}/serviceAccounts/{EMAIL_ADDRESS}` * `projects/{PROJECT_ID}/serviceAccounts/{UNIQUE_ID}` As an alternative, you can use the `-` wildcard character instead of the project ID: * `projects/-/serviceAccounts/{EMAIL_ADDRESS}` * `projects/-/serviceAccounts/{UNIQUE_ID}` When possible, avoid using the `-` wildcard character, because it can cause response messages to contain misleading error codes. For example, if you try to get the service account `projects/-/serviceAccounts/[email protected]`, which does not exist, the response contains an HTTP `403 Forbidden` error instead of a `404 Not Found` error.",
"type": "string"
},
"etag": {
"format": "byte",
"type": "string",
"description": "Deprecated. Do not use."
},
"displayName": {
"type": "string",
"description": "Optional. A user-specified, human-readable name for the service account. The maximum length is 100 UTF-8 bytes."
},
"email": {
"type": "string",
"description": "Output only. The email address of the service account.",
"readOnly": true
},
"oauth2ClientId": {
"readOnly": true,
"description": "Output only. The OAuth 2.0 client ID for the service account.",
"type": "string"
},
"description": {
"type": "string",
"description": "Optional. A user-specified, human-readable description of the service account. The maximum length is 256 UTF-8 bytes."
},
"uniqueId": {
"description": "Output only. The unique, stable numeric ID for the service account. Each service account retains its unique ID even if you delete the service account. For example, if you delete a service account, then create a new service account with the same name, the new service account has a different unique ID than the deleted service account.",
"readOnly": true,
"type": "string"
},
"projectId": {
"readOnly": true,
"type": "string",
"description": "Output only. The ID of the project that owns the service account."
},
"disabled": {
"type": "boolean",
"readOnly": true,
"description": "Output only. Whether the service account is disabled."
}
}
},
"QueryTestablePermissionsResponse": {
"type": "object",
"properties": {
"permissions": {
"type": "array",
"items": {
"$ref": "Permission"
},
"description": "The Permissions testable on the requested resource."
},
"nextPageToken": {
"description": "To retrieve the next page of results, set `QueryTestableRolesRequest.page_token` to this value.",
"type": "string"
}
},
"id": "QueryTestablePermissionsResponse",
"description": "The response containing permissions which can be tested on a resource."
},
"ListServiceAccountsResponse": {
"description": "The service account list response.",
"type": "object",
"properties": {
"nextPageToken": {
"description": "To retrieve the next page of results, set ListServiceAccountsRequest.page_token to this value.",
"type": "string"
},
"accounts": {
"description": "The list of matching service accounts.",
"type": "array",
"items": {
"$ref": "ServiceAccount"
}
}
},
"id": "ListServiceAccountsResponse"
},
"QueryAuditableServicesResponse": {
"properties": {
"services": {
"description": "The auditable services for a resource.",
"type": "array",
"items": {
"$ref": "AuditableService"
}
}
},
"id": "QueryAuditableServicesResponse",
"description": "A response containing a list of auditable services for a resource.",
"type": "object"
},
"SignBlobResponse": {
"properties": {
"signature": {
"type": "string",
"format": "byte",
"description": "Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The signed blob."
},
"keyId": {
"description": "Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The id of the key used to sign the blob.",
"type": "string"
}
},
"type": "object",
"id": "SignBlobResponse",
"description": "Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The service account sign blob response."
},
"AuditLogConfig": {
"type": "object",
"id": "AuditLogConfig",
"properties": {
"logType": {
"enum": [
"LOG_TYPE_UNSPECIFIED",
"ADMIN_READ",
"DATA_WRITE",
"DATA_READ"
],
"description": "The log type that this config enables.",
"type": "string",
"enumDescriptions": [
"Default case. Should never be this.",
"Admin reads. Example: CloudIAM getIamPolicy",
"Data writes. Example: CloudSQL Users create",
"Data reads. Example: CloudSQL Users list"
]
},
"exemptedMembers": {
"description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
"type": "array",
"items": {
"type": "string"
}
}
},
"description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:[email protected]\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting [email protected] from DATA_READ logging."
},
"UploadServiceAccountKeyRequest": {
"description": "The service account key upload request.",
"type": "object",
"id": "UploadServiceAccountKeyRequest",
"properties": {
"publicKeyData": {
"format": "byte",
"type": "string",
"description": "A field that allows clients to upload their own public key. If set, use this public key data to create a service account key for given service account. Please note, the expected format for this field is X509_PEM."
}
}
}
}
}