|
4084 | 4084 | } |
4085 | 4085 | } |
4086 | 4086 | }, |
4087 | | - "revision": "20240825", |
| 4087 | + "revision": "20240902", |
4088 | 4088 | "rootUrl": "https://integrations.googleapis.com/", |
4089 | 4089 | "schemas": { |
4090 | 4090 | "CrmlogErrorCode": { |
|
8712 | 8712 | "OAUTH2_CLIENT_CREDENTIALS", |
8713 | 8713 | "SSH_PUBLIC_KEY", |
8714 | 8714 | "OAUTH2_AUTH_CODE_FLOW", |
8715 | | - "GOOGLE_AUTHENTICATION" |
| 8715 | + "GOOGLE_AUTHENTICATION", |
| 8716 | + "OAUTH2_AUTH_CODE_FLOW_GOOGLE_MANAGED" |
8716 | 8717 | ], |
8717 | 8718 | "enumDescriptions": [ |
8718 | 8719 | "Authentication type not specified.", |
|
8721 | 8722 | "Oauth 2.0 Client Credentials Grant Authentication", |
8722 | 8723 | "SSH Public Key Authentication", |
8723 | 8724 | "Oauth 2.0 Authorization Code Flow", |
8724 | | - "Google authentication" |
| 8725 | + "Google authentication", |
| 8726 | + "Oauth 2.0 Authorization Code Flow with Google Provided OAuth Client" |
8725 | 8727 | ], |
8726 | 8728 | "type": "string" |
8727 | 8729 | }, |
8728 | 8730 | "oauth2AuthCodeFlow": { |
8729 | 8731 | "$ref": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow", |
8730 | 8732 | "description": "Oauth2AuthCodeFlow." |
8731 | 8733 | }, |
| 8734 | + "oauth2AuthCodeFlowGoogleManaged": { |
| 8735 | + "$ref": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged", |
| 8736 | + "description": "Oauth2AuthCodeFlowGoogleManaged." |
| 8737 | + }, |
8732 | 8738 | "oauth2ClientCredentials": { |
8733 | 8739 | "$ref": "GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials", |
8734 | 8740 | "description": "Oauth2ClientCredentials." |
|
8790 | 8796 | }, |
8791 | 8797 | "type": "object" |
8792 | 8798 | }, |
| 8799 | + "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged": { |
| 8800 | + "description": "Parameters to support Oauth 2.0 Auth Code Grant Authentication using Google Provided OAuth Client. See https://tools.ietf.org/html/rfc6749#section-1.3.1 for more details.", |
| 8801 | + "id": "GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged", |
| 8802 | + "properties": { |
| 8803 | + "authCode": { |
| 8804 | + "description": "Optional. Authorization code to be exchanged for access and refresh tokens.", |
| 8805 | + "type": "string" |
| 8806 | + }, |
| 8807 | + "redirectUri": { |
| 8808 | + "description": "Optional. Redirect URI to be provided during the auth code exchange.", |
| 8809 | + "type": "string" |
| 8810 | + }, |
| 8811 | + "scopes": { |
| 8812 | + "description": "Required. Scopes the connection will request when the user performs the auth code flow.", |
| 8813 | + "items": { |
| 8814 | + "type": "string" |
| 8815 | + }, |
| 8816 | + "type": "array" |
| 8817 | + } |
| 8818 | + }, |
| 8819 | + "type": "object" |
| 8820 | + }, |
8793 | 8821 | "GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials": { |
8794 | 8822 | "description": "Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.", |
8795 | 8823 | "id": "GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials", |
|
9110 | 9138 | "description": "Optional. Suspended indicates if a user has suspended a connection or not.", |
9111 | 9139 | "type": "boolean" |
9112 | 9140 | }, |
| 9141 | + "tlsMigrationState": { |
| 9142 | + "description": "Output only. Status of the TLS migration.", |
| 9143 | + "enum": [ |
| 9144 | + "TLS_MIGRATION_STATE_UNSPECIFIED", |
| 9145 | + "TLS_MIGRATION_NOT_STARTED", |
| 9146 | + "TLS_MIGRATION_COMPLETED" |
| 9147 | + ], |
| 9148 | + "enumDescriptions": [ |
| 9149 | + "TLS migration state is not specified.", |
| 9150 | + "TLS migration is in progress.", |
| 9151 | + "TLS migration is completed." |
| 9152 | + ], |
| 9153 | + "readOnly": true, |
| 9154 | + "type": "string" |
| 9155 | + }, |
9113 | 9156 | "tlsServiceDirectory": { |
9114 | 9157 | "description": "Output only. The name of the Service Directory service with TLS.", |
9115 | 9158 | "readOnly": true, |
|
0 commit comments