Class: Aws::Appflow::Types::ZendeskMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

The connector metadata specific to Zendesk.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#o_auth_scopesArray<String>

The desired authorization scope for the Zendesk account.

Returns:

  • (Array<String>)


6015
6016
6017
6018
6019
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 6015

class ZendeskMetadata < Struct.new(
  :o_auth_scopes)
  SENSITIVE = []
  include Aws::Structure
end