Class: Aws::Appflow::Types::ZendeskMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ZendeskMetadata
- 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
-
#o_auth_scopes ⇒ Array<String>
The desired authorization scope for the Zendesk account.
Instance Attribute Details
#o_auth_scopes ⇒ Array<String>
The desired authorization scope for the Zendesk account.
6009 6010 6011 6012 6013 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 6009 class ZendeskMetadata < Struct.new( :o_auth_scopes) SENSITIVE = [] include Aws::Structure end |