Skip to content

Commit fba3a8e

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were added: - resources.projects.resources.locations.resources.connections.resources.endUserAuthentications.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.connections.resources.endUserAuthentications.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.connections.resources.endUserAuthentications.methods.get (Total Keys: 13) - resources.projects.resources.locations.resources.connections.resources.endUserAuthentications.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.connections.resources.endUserAuthentications.methods.patch (Total Keys: 15) - resources.projects.resources.locations.resources.providers.resources.connectors.resources.versions.methods.get.parameters.schemaView (Total Keys: 2) - resources.projects.resources.locations.resources.providers.resources.connectors.resources.versions.methods.list.parameters.schemaView (Total Keys: 2) - schemas.Connection.properties.euaOauthAuthConfig.$ref (Total Keys: 1) - schemas.Connection.properties.fallbackOnAdminCredentials.type (Total Keys: 1) - schemas.ConnectorInfraConfig.properties.networkEgressMode.type (Total Keys: 1) - schemas.ConnectorVersion.properties.priorityEntityTypes (Total Keys: 2) - schemas.EUASecret (Total Keys: 4) - schemas.EndUserAuthentication (Total Keys: 101) - schemas.ListEndUserAuthenticationsResponse (Total Keys: 7) - schemas.OAuthTokenData (Total Keys: 8) - schemas.PriorityEntityType (Total Keys: 6) #### connectors:v2 The following keys were added: - schemas.AuthCodeData.properties.scopes (Total Keys: 2)
1 parent 0b010a2 commit fba3a8e

8 files changed

+2356
-1065
lines changed

docs/dyn/connectors_v1.projects.locations.connections.endUserAuthentications.html

Lines changed: 196 additions & 60 deletions
Large diffs are not rendered by default.

docs/dyn/connectors_v1.projects.locations.connections.eventSubscriptions.html

Lines changed: 53 additions & 53 deletions
Large diffs are not rendered by default.

docs/dyn/connectors_v1.projects.locations.connections.html

Lines changed: 1034 additions & 664 deletions
Large diffs are not rendered by default.

docs/dyn/connectors_v1.projects.locations.global_.customConnectors.customConnectorVersions.html

Lines changed: 105 additions & 105 deletions
Large diffs are not rendered by default.

docs/dyn/connectors_v1.projects.locations.providers.connectors.versions.html

Lines changed: 50 additions & 22 deletions
Large diffs are not rendered by default.

docs/dyn/connectors_v2.projects.locations.connections.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ <h3>Method Details</h3>
161161
&quot;authCode&quot;: &quot;A String&quot;, # OAuth authorization code.
162162
&quot;pkceVerifier&quot;: &quot;A String&quot;, # OAuth PKCE verifier, needed if PKCE is enabled for this particular connection.
163163
&quot;redirectUri&quot;: &quot;A String&quot;, # OAuth redirect URI passed in during the auth code flow, required by some OAuth backends.
164+
&quot;scopes&quot;: [ # Scopes the connection will request when the user performs the auth code flow.
165+
&quot;A String&quot;,
166+
],
164167
},
165168
}
166169

0 commit comments

Comments
 (0)