Skip to content

Commit 5321ae7

Browse files
fix: update OpenAPI spec
1 parent a3e16cc commit 5321ae7

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

openapi/atlas-api.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7793,6 +7793,15 @@ components:
77937793
pattern: ^([a-f0-9]{24})$
77947794
readOnly: true
77957795
type: string
7796+
status:
7797+
description: Provision status of the service account.
7798+
enum:
7799+
- IN_PROGRESS
7800+
- COMPLETE
7801+
- FAILED
7802+
- NOT_INITIATED
7803+
readOnly: true
7804+
type: string
77967805
type: object
77977806
description: Details that describe the features linked to the GCP Service Account.
77987807
required:
@@ -7921,6 +7930,11 @@ components:
79217930
items:
79227931
$ref: '#/components/schemas/CloudProviderAccessAzureServicePrincipal'
79237932
type: array
7933+
gcpServiceAccounts:
7934+
description: List that contains the Google Service Accounts registered and authorized with MongoDB Cloud.
7935+
items:
7936+
$ref: '#/components/schemas/CloudProviderAccessGCPServiceAccount'
7937+
type: array
79247938
type: object
79257939
CloudProviderAzureAutoScaling:
79267940
description: Range of instance sizes to which your cluster can scale.
@@ -39504,7 +39518,7 @@ info:
3950439518
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3950539519
title: MongoDB Atlas Administration API
3950639520
version: "2.0"
39507-
x-xgen-sha: ba69c7df4e80ba9785768a9ab33e0d2db52dfb1d
39521+
x-xgen-sha: b36aaf19a2206d3638be14a1fd41180cfabdcd61
3950839522
openapi: 3.0.1
3950939523
paths:
3951039524
/api/atlas/v2:
@@ -44594,7 +44608,7 @@ paths:
4459444608
-X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/cloudProviderAccess?pretty=true"
4459544609
x-xgen-docs-url: https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Cloud-Provider-Access/operation/listCloudProviderAccessRoles
4459644610
post:
44597-
description: Creates one access role for the specified cloud provider. Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting Service Account or API Key must have the Project Owner role.
44611+
description: Creates one access role for the specified cloud provider. Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting Service Account or API Key must have the Project Owner role. For the GCP provider, if the project folder is not yet provisioned, Atlas will now create the role asynchronously. An intermediate role with status `IN_PROGRESS` will be returned, and the final service account will be provisioned. Once the GCP project is set up, subsequent requests will create the service account synchronously.
4459844612
externalDocs:
4459944613
description: Set Up Access to Cloud Providers
4460044614
url: https://www.mongodb.com/docs/atlas/security/cloud-provider-access/

0 commit comments

Comments
 (0)