Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GraphQL docs #2288

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
220 changes: 203 additions & 17 deletions data/graphql_data_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3835,13 +3835,7 @@
"interfaces": null,
"enumValues": [
{
"name": "CLUSTER_PERMISSION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "PIPELINE",
"name": "SUBSCRIPTION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand Down Expand Up @@ -3889,7 +3883,7 @@
"deprecationReason": null
},
{
"name": "PIPELINE_SCHEDULE",
"name": "ORGANIZATION_MEMBER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3907,13 +3901,13 @@
"deprecationReason": null
},
{
"name": "TEAM_MEMBER",
"name": "PIPELINE_SCHEDULE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "TEAM_PIPELINE",
"name": "TEAM_MEMBER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3931,19 +3925,19 @@
"deprecationReason": null
},
{
"name": "SCM_PIPELINE_SETTINGS",
"name": "TEAM_PIPELINE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SSO_PROVIDER",
"name": "SCM_PIPELINE_SETTINGS",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "ORGANIZATION_MEMBER",
"name": "SSO_PROVIDER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3967,7 +3961,7 @@
"deprecationReason": null
},
{
"name": "SUITE",
"name": "PIPELINE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand All @@ -3978,26 +3972,32 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SUITE",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "USER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CLUSTER",
"name": "CLUSTER_PERMISSION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "AUTHORIZATION",
"name": "CLUSTER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "SUBSCRIPTION",
"name": "AUTHORIZATION",
"description": null,
"isDeprecated": false,
"deprecationReason": null
Expand Down Expand Up @@ -15671,6 +15671,35 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "organizationRevokeInactiveTokensAfterUpdate",
"description": "Specify the maximum timeframe to revoke organization access from inactive API tokens.",
"args": [
{
"name": "input",
"description": "Parameters for OrganizationRevokeInactiveTokensAfterUpdateMutation",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "OrganizationRevokeInactiveTokensAfterUpdateMutationInput",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"type": {
"kind": "OBJECT",
"name": "OrganizationRevokeInactiveTokensAfterUpdateMutationPayload",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "pipelineArchive",
"description": "Archive a pipeline.",
Expand Down Expand Up @@ -18703,6 +18732,20 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "revokeInactiveTokensAfter",
"description": "API tokens with access to this organization will be automatically revoked after this many seconds of inactivity. A `null` value indicates never revoke inactive tokens.",
"args": [

],
"type": {
"kind": "ENUM",
"name": "RevokeInactiveTokenPeriod",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "slug",
"description": "The slug used to represent the organization in URLs",
Expand Down Expand Up @@ -22568,6 +22611,102 @@
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "OrganizationRevokeInactiveTokensAfterUpdateMutationInput",
"description": "Autogenerated input type of OrganizationRevokeInactiveTokensAfterUpdateMutation",
"fields": null,
"inputFields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "organizationId",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "revokeInactiveTokensAfter",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "RevokeInactiveTokenPeriod",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "OrganizationRevokeInactiveTokensAfterUpdateMutationPayload",
"description": "Autogenerated return type of OrganizationRevokeInactiveTokensAfterUpdateMutation.",
"fields": [
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"args": [

],
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "organization",
"description": null,
"args": [

],
"type": {
"kind": "OBJECT",
"name": "Organization",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [

],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "OrganizationSSO",
Expand Down Expand Up @@ -28636,6 +28775,53 @@
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "RevokeInactiveTokenPeriod",
"description": "API tokens with access to this organization will be automatically revoked after this many days of inactivity.",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "DAYS_30",
"description": "Revoke organization access from API tokens after 30 days of inactivity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DAYS_60",
"description": "Revoke organization access from API tokens after 60 days of inactivity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DAYS_90",
"description": "Revoke organization access from API tokens after 90 days of inactivity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DAYS_180",
"description": "Revoke organization access from API tokens after 180 days of inactivity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "DAYS_365",
"description": "Revoke organization access from API tokens after 365 days of inactivity",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "NEVER",
"description": "Never revoke organization access from inactive API tokens",
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "SCMPipelineSettings",
Expand Down
8 changes: 8 additions & 0 deletions data/nav_graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
path: apis/graphql/schemas/mutation/organizationmemberdelete
- name: organizationMemberUpdate
path: apis/graphql/schemas/mutation/organizationmemberupdate
- name: organizationRevokeInactiveTokensAfterUpdate
path: apis/graphql/schemas/mutation/organizationrevokeinactivetokensafterupdate
- name: pipelineArchive
path: apis/graphql/schemas/mutation/pipelinearchive
- name: pipelineCreate
Expand Down Expand Up @@ -483,6 +485,8 @@
path: apis/graphql/schemas/object/organizationmemberupdatepayload
- name: OrganizationPermissions
path: apis/graphql/schemas/object/organizationpermissions
- name: OrganizationRevokeInactiveTokensAfterUpdateMutationPayload
path: apis/graphql/schemas/object/organizationrevokeinactivetokensafterupdatemutationpayload
- name: OrganizationSSO
path: apis/graphql/schemas/object/organizationsso
- name: OrganizationSSOProvider
Expand Down Expand Up @@ -831,6 +835,8 @@
path: apis/graphql/schemas/enum/pipelinevisibility
- name: ResourceUsageType
path: apis/graphql/schemas/enum/resourceusagetype
- name: RevokeInactiveTokenPeriod
path: apis/graphql/schemas/enum/revokeinactivetokenperiod
- name: SSOAuthorizationState
path: apis/graphql/schemas/enum/ssoauthorizationstate
- name: SSOProviderSAMLRSAXMLSecurity
Expand Down Expand Up @@ -947,6 +953,8 @@
path: apis/graphql/schemas/input-object/organizationmembersecurityinput
- name: OrganizationMemberUpdateInput
path: apis/graphql/schemas/input-object/organizationmemberupdateinput
- name: OrganizationRevokeInactiveTokensAfterUpdateMutationInput
path: apis/graphql/schemas/input-object/organizationrevokeinactivetokensafterupdatemutationinput
- name: PipelineArchiveInput
path: apis/graphql/schemas/input-object/pipelinearchiveinput
- name: PipelineCreateInput
Expand Down
2 changes: 1 addition & 1 deletion pages/apis/graphql/schemas/enum/auditsubjecttype.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading