From ba55ca9bc4bf2c85d2d78fcb11552ad130151110 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 19 May 2023 12:07:15 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'doc/api') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index aba5ea4de71..103947da992 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -3521,6 +3521,29 @@ Input type: `GitlabSubscriptionActivateInput` | `futureSubscriptions` | [`[SubscriptionFutureEntry!]`](#subscriptionfutureentry) | Array of future subscriptions. | | `license` | [`CurrentLicense`](#currentlicense) | Current license. | +### `Mutation.googleCloudLoggingConfigurationCreate` + +Input type: `GoogleCloudLoggingConfigurationCreateInput` + +#### Arguments + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientEmail` | [`String!`](#string) | Client email. | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `googleProjectIdName` | [`String!`](#string) | Google project ID. | +| `groupPath` | [`ID!`](#id) | Group path. | +| `logIdName` | [`String`](#string) | Log ID. (defaults to `audit_events`). | +| `privateKey` | [`String!`](#string) | Private key. | + +#### Fields + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | +| `googleCloudLoggingConfiguration` | [`GoogleCloudLoggingConfigurationType`](#googlecloudloggingconfigurationtype) | configuration created. | + ### `Mutation.groupMemberBulkUpdate` Input type: `GroupMemberBulkUpdateInput` @@ -14170,6 +14193,7 @@ Describes where code is deployed for a project. | ---- | ---- | ----------- | | `autoDeleteAt` | [`Time`](#time) | When the environment is going to be deleted automatically. | | `autoStopAt` | [`Time`](#time) | When the environment is going to be stopped automatically. | +| `clusterAgent` | [`ClusterAgent`](#clusteragent) | Cluster agent of the environment. | | `createdAt` | [`Time`](#time) | When the environment was created. | | `deployFreezes` | [`[CiFreezePeriod!]`](#cifreezeperiod) | Deployment freeze periods of the environment. | | `environmentType` | [`String`](#string) | Folder name of the environment. | @@ -15154,6 +15178,21 @@ four standard [pagination arguments](#connection-pagination-arguments): | `replicationState` | [`ReplicationStateEnum`](#replicationstateenum) | Filters registries by their replication state. | | `verificationState` | [`VerificationStateEnum`](#verificationstateenum) | Filters registries by their verification state. | +### `GoogleCloudLoggingConfigurationType` + +Stores Google Cloud Logging configurations associated with IAM service accounts,used for generating access tokens. + +#### Fields + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientEmail` | [`String!`](#string) | Client email. | +| `googleProjectIdName` | [`String!`](#string) | Google project ID. | +| `group` | [`Group!`](#group) | Group the configuration belongs to. | +| `id` | [`ID!`](#id) | ID of the configuration. | +| `logIdName` | [`String!`](#string) | Log ID. | +| `privateKey` | [`String!`](#string) | Private key. | + ### `GpgSignature` GPG signature for a signed commit. -- cgit v1.2.3