Overview
Configuration is provided for establishing connections with the Google Admin service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Configuration
Base URL address: https://www.googleapis.com/admin/directory/v1
.
-
The authentication uses an authorized token. The token will be refreshed with the following expression:
{{=Date.now() + (response.expires_in - 300) * 1000}}
.The authentication has the following user-defined parameters:
- Scope:
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Bearer {{=token.Access}}
Documentation: https://developers.google.com/admin-sdk/directory/v1/guides/authorizing.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/users/{{=parameters.userKey}}/asps
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- userKey: Required. Specifies user key.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/asps/list.
- [Delete] action
-
Endpoint URL address:
/users/{{=parameters.userKey}}/asps/{{=item.id}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/asps/delete.
- codeId
A key field. Data type: DT_I4
- creationTime
Template: UnixDateTime.
- lastTimeUsed
Template: UnixDateTime.
- name
Template: ShortText.
- userKey
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/devices/chromeos
.
The result is extracted from:{{=response.chromeosdevices}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/chromeosdevices/list.
- [Update] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/devices/chromeos/{{=item.deviceId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/chromeosdevices/update.
- deviceId
A key field. Template: ShortText.
- activeTimeRanges
A read-only field. Field components:
- An array.
- Contains the following components: activeTime, date.
- annotatedAssetId
Template: ShortText.
- annotatedLocation
Template: ShortText.
- annotatedUser
Template: ShortText.
- bootMode
Template: ShortText.
- ethernetMacAddress
Template: ShortText.
- firmwareVersion
Template: ShortText.
- lastEnrollmentTime
Template: DateTime.
- lastSync
Template: DateTime.
- macAddress
Template: ShortText.
- meid
Template: ShortText.
- model
Template: ShortText.
- notes
Template: LongText.
- orderNumber
Template: ShortText.
- orgUnitPath
Template: ShortText.
- osVersion
Template: ShortText.
- platformVersion
Template: ShortText.
- recentUsers
Field components:
- An array.
- Contains the following components: email, type.
- serialNumber
Template: ShortText.
- status
Template: ShortText.
- supportEndDate
Template: DateTime.
- willAutoRenew
Data type: DT_BOOL
- customerId
Template: ShortText.
Based on resource template Base.
- [Update] action
-
Endpoint URL address:
/customers/{{=item.id}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/customers/update.
- id
A key field. Template: ShortText.
- customerDomain
Template: ShortText.
- alternateEmail
Template: ShortText.
- postalAddress
Field components:
-
Uses template:
ShortText
. - Contains the following components: contactName, organizationName, locality, region, countryCode, addressLine1, addressLine2, addressLine3, postalCode.
-
Uses template:
- phoneNumber
Template: ShortText.
- language
Template: ShortText.
- customerCreationTime
Template: DateTime. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/domainaliases
.
The result is extracted from:{{=response.domainAliases}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/domainAliases/list.
- [Create] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/domainaliases
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/domainAliases/insert.
- [Delete] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/domainaliases/{{=item.domainAliasName}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/domainAliases/delete.
- domainAliasName
A key field. Template: ShortText.
- creationTime
Template: UnixDateTime. A read-only field.
- parentDomainName
Template: ShortText.
- verified
Data type: DT_BOOL A read-only field.
- customerId
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/domains
.
The result is extracted from:{{=response.domains}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/domains/list.
- [Create] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/domains
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/domains/insert.
- [Delete] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/domains/{{=item.domainName}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/domains/delete.
- domainName
A key field. Template: ShortText.
- domainAliases
A read-only field. Field components:
- An array.
- Contains the following components: kind, etag, domainAliasName, parentDomainName, verified, creationTime.
- isPrimary
Data type: DT_BOOL
- verified
Data type: DT_BOOL
- creationTime
Template: UnixDateTime. A read-only field.
- customerId
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/groups
.
The result is extracted from:{{=response.groups}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/groups/list.
- [Create] action
-
Endpoint URL address:
/groups
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/groups/insert.
- [Update] action
-
Endpoint URL address:
/groups/{{=item.id}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/groups/update.
- [Delete] action
-
Endpoint URL address:
/groups/{{=item.id}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/groups/delete.
- id
A key field. Template: ShortText.
- adminCreated
Data type: DT_BOOL
- aliases
Template: LongText. A composite field.
- description
Template: LongerText.
- directMembersCount
Data type: DT_I4
Template: ShortText.
- name
Template: ShortText.
- nonEditableAliases
Template: LongText. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/groups/{{=parameters.groupId}}/aliases
.
The result is extracted from:{{=response.aliases}}
.The action has the following user-defined parameters:
- groupId: Required. Specifies group identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/groups/aliases/list.
- [Create] action
-
Endpoint URL address:
/groups/{{=item.id}}/aliases
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/groups/aliases/insert.
- [Delete] action
-
Endpoint URL address:
/groups/{{=parameters.groupId}}/aliases/{{=item.alias}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/groups/aliases/delete.
- alias
A key field. Template: ShortText.
- id
Template: ShortText.
- primaryEmail
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/groups/{{=parameters.groupId}}/members
.
The result is extracted from:{{=response.members}}
.The action has the following user-defined parameters:
- groupId: Required. Specifies group identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/members/list.
- [Create] action
-
Endpoint URL address:
/groups/{{=item.groupId}}/members
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/members/insert.
- [Update] action
-
Endpoint URL address:
/groups/{{=item.groupId}}/members/{{=item.id || item.email}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/members/update.
- [Delete] action
-
Endpoint URL address:
/groups/{{=item.groupId}}/members/{{=item.id || item.email}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/members/delete.
- id
A key field. Template: ShortText.
Template: ShortText.
- role
Template: ShortText.
- type
Template: ShortText.
- groupId
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/devices/mobile
.
The result is extracted from:{{=response.mobiledevices}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/mobiledevices/list.
- [Delete] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/devices/mobile/{{=item.resourceId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/mobiledevices/delete.
- resourceId
A key field. Template: ShortText.
- adbStatus
Data type: DT_BOOL A read-only field.
- applications
Field components:
- An array.
- Contains the following components: displayName, packageName, permission, versionCode, versionName.
- basebandVersion
Template: ShortText.
- buildNumber
Template: ShortText.
- defaultLanguage
Template: ShortText.
- developerOptionsStatus
Data type: DT_BOOL
- deviceCompromisedStatus
Template: ShortText.
- deviceId
Template: ShortText.
Template: LongText. A composite field.
- firstSync
Template: DateTime.
- hardwareId
Template: ShortText.
- imei
Template: ShortText.
- kernelVersion
Template: ShortText.
- lastSync
Template: DateTime.
- managedAccountIsOnOwnerProfile
Data type: DT_BOOL
- meid
Template: ShortText.
- model
Template: ShortText.
- name
Template: LongText. A composite field.
- networkOperator
Template: ShortText. A read-only field.
- os
Template: ShortText.
- otherAccountsInfo
Template: LongText. A composite field.
- serialNumber
Template: ShortText.
- status
Template: ShortText.
- supportsWorkProfile
Data type: DT_BOOL A read-only field.
- type
Template: ShortText.
- unknownSourcesStatus
Data type: DT_BOOL A read-only field.
- userAgent
Template: ShortText.
- wifiMacAddress
Template: ShortText.
- customerId
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/notifications
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/notifications/list.
- [Update] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/notifications/{{=item.notificationId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/notifications/update.
- [Delete] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/notifications/{{=item.notificationId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/notifications/delete.
- notificationId
A key field. Template: ShortText.
- body
Template: LongText. A read-only field.
- fromAddress
Template: ShortText. A read-only field.
- isUnread
Data type: DT_BOOL
- sendTime
Template: DateTime. A read-only field.
- subject
Template: ShortText. A read-only field.
- customerId
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/orgunits
.
The result is extracted from:{{=response.organizationUnits}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/orgunits/list.
- [Create] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/orgunits
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/orgunits/insert.
- [Update] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/orgunits/{{=item.orgUnitId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/orgunits/update.
- [Delete] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/orgunits/{{=item.orgUnitId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/orgunits/delete.
- orgUnitId
A key field. Template: ShortText.
- blockInheritance
Data type: DT_BOOL
- description
Template: LongText.
- name
Template: ShortText.
- orgUnitPath
Template: ShortText.
- parentOrgUnitId
Template: ShortText.
- parentOrgUnitPath
Template: ShortText.
- customerId
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/roles/ALL/privileges
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/privileges/list.
- serviceId
Template: ShortText.
- serviceName
Template: ShortText.
- privilegeName
Template: ShortText.
- isOuScopable
Data type: DT_BOOL
- childPrivileges
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/resources/calendars
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/resources/calendars/list.
- [Create] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/resources/calendars
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/resources/calendars/insert.
- [Update] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/resources/calendars/{{=item.resourceId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/resources/calendars/update.
- [Delete] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/resources/calendars/{{=item.resourceId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/resources/calendars/delete.
- resourceId
A key field. Template: ShortText.
- resourceDescription
Template: ShortText.
- resourceEmail
Template: ShortText. A read-only field.
- resourceName
Template: ShortText.
- resourceType
Template: ShortText.
- customerId
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/roleassignments
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/roleAssignments/list.
- [Create] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/roleassignments
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/roleAssignments/insert.
- [Delete] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/roleassignments/{{=item.roleAssignmentId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/roleAssignments/delete.
- roleAssignmentId
A key field. Data type: DT_I4
- assignedTo
Template: ShortText.
- orgUnitId
Template: ShortText.
- roleId
Data type: DT_I4
- scopeType
Template: ShortText.
- customerId
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/roles
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/roles/list.
- [Create] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/roles
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/roles/insert.
- [Update] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/roles/{{=item.roleId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/roles/update.
- [Delete] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/roles/{{=item.roleId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/roles/delete.
- roleId
A key field. Data type: DT_I4
- isSuperAdminRole
Data type: DT_BOOL
- isSystemRole
Data type: DT_BOOL
- roleDescription
Template: ShortText.
- roleName
Template: ShortText.
- rolePrivileges
Field components:
- An array.
- Contains the following components: privilegeName, serviceId.
- customerId
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/schemas
.
The result is extracted from:{{=response.schemas}}
.The action has the following user-defined parameters:
- customerId: Required. Specifies customer identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/schemas/list.
- [Create] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/schemas
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/schemas/insert.
- [Update] action
-
Endpoint URL address:
/customer/{{=item.customerId}}/schemas/{{=item.schemaId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/schemas/update.
- [Delete] action
-
Endpoint URL address:
/customer/{{=parameters.customerId}}/schemas/{{=item.schemaId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/schemas/delete.
- schemaId
A key field. Template: ShortText.
- fields
Field components:
- An array.
- Contains the following components: etag, fieldId, fieldName, fieldType, indexed, kind, multiValued, numericIndexingSpec, readAccessType.
- schemaName
Template: ShortText.
- customerId
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/users/{{=parameters.userKey}}/tokens
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- userKey: Required. Specifies user key.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/tokens/list.
- [Delete] action
-
Endpoint URL address:
/users/{{=parameters.userKey}}/tokens/{{=item.clientId}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/tokens/delete.
- clientId
A key field. Template: ShortText.
- anonymous
Data type: DT_BOOL
- displayText
Template: ShortText.
- nativeApp
Data type: DT_BOOL
- scopes
Template: LongText. A composite field.
- userKey
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/users
.
The result is extracted from:{{=response.users}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/users/list.
- [Create] action
-
Endpoint URL address:
/users
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/users/insert.
- [Update] action
-
Endpoint URL address:
/users/{{=item.id}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/users/update.
- [Delete] action
-
Endpoint URL address:
/users/{{=item.id}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/users/delete.
- id
A key field. Template: ShortText.
- addresses
Field components:
- An array.
- Contains the following components: country, countryCode, customType, extendedAddress, formatted, locality, poBox, postalCode, primary, region, sourceIsStructured, streetAddress, type.
- agreedToTerms
Data type: DT_BOOL A read-only field.
- aliases
Template: LongText. A read-only field.
- changePasswordAtNextLogin
Data type: DT_BOOL
- creationTime
Template: DateTime. A read-only field.
- customSchemas
Template: LongText. A read-only field.
- customerId
Template: ShortText. A read-only field.
- deletionTime
Template: DateTime. A read-only field.
- emails
Field components:
- An array.
- Contains the following components: address, customType, primary, type.
- externalIds
Field components:
- An array.
- Contains the following components: customType, type, value.
- hashFunction
Template: ShortText.
- ims
Field components:
- An array.
- Contains the following components: customProtocol, customType, im, primary, protocol, type.
- includeInGlobalAddressList
Data type: DT_BOOL
- ipWhitelisted
Data type: DT_BOOL
- isAdmin
Data type: DT_BOOL The value is sent to
/users/{{=item.id}}/makeAdmin
address.- isDelegatedAdmin
Data type: DT_BOOL A read-only field.
- isMailboxSetup
Data type: DT_BOOL A read-only field.
- lastLoginTime
Template: DateTime. A read-only field.
- name
Field components:
-
Uses template:
ShortText
. - Contains the following components: familyName, fullName, givenName.
-
Uses template:
- nonEditableAliases
Template: LongText. A read-only field.
- notes
Field components:
-
Uses template:
ShortText
. - Contains the following components: contentType, value.
-
Uses template:
- orgUnitPath
Template: ShortText.
- organizations
Field components:
- An array.
- Contains the following components: costCenter, customType, department, description, domain, location, name, primary, symbol, title, type.
- password
Template: ShortText.
- phones
Field components:
- An array.
- Contains the following components: customType, primary, type, value.
- primaryEmail
Template: ShortText.
- relations
Field components:
- An array.
- Contains the following components: customType, type, value.
- suspended
Data type: DT_BOOL
- suspensionReason
Template: ShortText.
- thumbnailPhotoEtag
Template: ShortText. A read-only field.
- thumbnailPhotoUrl
Template: ShortText. A read-only field.
- websites
Field components:
- An array.
- Contains the following components: customType, primary, type, value.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/users/{{=parameters.userKey}}/aliases
.
The result is extracted from:{{=response.aliases}}
.The action has the following user-defined parameters:
- userKey: Required. Specifies user key.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/users/aliases/list.
- [Create] action
-
Endpoint URL address:
/users/{{=item.userKey}}/aliases
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/users/aliases/insert.
- [Delete] action
-
Endpoint URL address:
/users/{{=parameters.userKey}}/aliases/{{=item.alias}}
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/users/aliases/delete.
- alias
A key field. Template: ShortText.
- id
Template: ShortText. A read-only field.
- primaryEmail
Template: ShortText. A read-only field.
- userKey
Template: ShortText.
Based on resource template Base.
- [Update] action
-
Endpoint URL address:
/users/{{=item.id}}/photos/thumbnail
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/users/photos/update.
- [Delete] action
-
Endpoint URL address:
/users/{{=item.id}}/photos/thumbnail
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/users/photos/delete.
- id
A key field. Template: ShortText.
- height
Data type: DT_I4
- mimeType
Template: ShortText.
- photoData
Data type: DT_IMAGE Before setting, the value is processed with
{{=!_.isUndefined(value) && getClrType('System.Convert').ToBase64String(value)}}
expression.- primaryEmail
Template: ShortText. A read-only field.
- width
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/users/{{=parameters.userId}}/verificationCodes
.
The result is extracted from:{{=response.items}}
.The action has the following user-defined parameters:
- userId: Required. Specifies user identifier.
Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/verificationCodes/list.
- [Create] action
-
Endpoint URL address:
/users/{{=item.userId}}/verificationCodes/generate
.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/verificationCodes/generate.
- [Delete] action
-
Endpoint URL address:
/users/{{=item.userId}}/verificationCodes/invalidate
.
The action uses POST method.Documentation: https://developers.google.com/admin-sdk/directory/v1/reference/verificationCodes/invalidate.
- userId
Template: ShortText.
- verificationCode
Template: ShortText.
- [Read] action
-
The result is paginated.The following request parameters will be automatically processed:
-
pageToken:
{{=parameters.iterator}}
-
maxResults:
{{=parameters.batchSize}}
-
_includeUserParameters:
{{=parameters}}
-
pageToken:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
application/json:
{{=item}}
-
application/json:
- [Update] action
-
The action uses PUT method.The following request parameters will be automatically processed:
-
application/json:
{{=item}}
-
application/json:
- [Delete] action
-
The action uses DELETE method.
- etag
Template: ShortText. A read-only field.
- kind
Template: ShortText. A read-only field.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- LongerText
Data type: DT_WSTR ( length 4000 )
- DateTime
Data type: DT_DBTIMESTAMP
- UnixDateTime
Data type: DT_DBTIMESTAMP The gathered value is processed with
{{=value && new Date(parseFloat(value))}}
expression.
What's New
- Fixed: Fixes in 'Member' resource.
- New: Introduced connection.
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.