Response for integrations.list.
JSON representation |
---|
{
"integrations"
:
[
{
object (
|
Fields | |
---|---|
integrations[]
|
The integrations which match the request. |
nextPageToken
|
The next page token for the response. |
Integration
The integration definition.
JSON representation |
---|
{ "name" : string , "description" : string , "updateTime" : string , "active" : boolean , "creatorEmail" : string , "lastModifierEmail" : string , "createTime" : string } |
Fields | |
---|---|
name
|
Required. The resource name of the integration. |
description
|
Optional. |
updateTime
|
Output only. Auto-generated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
active
|
Required. If any integration version is published. |
creatorEmail
|
Output only. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call. |
lastModifierEmail
|
Required. The last modifier of this integration |
createTime
|
Required. Output only. Auto-generated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |