Class: Aws::Appflow::Types::MarketoConnectorProfileCredentials

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

Overview

The connector-specific profile credentials required by Marketo.

Constant Summary collapse

SENSITIVE =
[:client_secret, :access_token]

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The credentials used to access protected Marketo resources.

Returns:

  • (String)


3172
3173
3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3172

class MarketoConnectorProfileCredentials < Struct.new(
  :client_id,
  :client_secret,
  :access_token,
  :o_auth_request)
  SENSITIVE = [:client_secret, :access_token]
  include Aws::Structure
end

#client_idString

The identifier for the desired client.

Returns:

  • (String)


3172
3173
3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3172

class MarketoConnectorProfileCredentials < Struct.new(
  :client_id,
  :client_secret,
  :access_token,
  :o_auth_request)
  SENSITIVE = [:client_secret, :access_token]
  include Aws::Structure
end

#client_secretString

The client secret used by the OAuth client to authenticate to the authorization server.

Returns:

  • (String)


3172
3173
3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3172

class MarketoConnectorProfileCredentials < Struct.new(
  :client_id,
  :client_secret,
  :access_token,
  :o_auth_request)
  SENSITIVE = [:client_secret, :access_token]
  include Aws::Structure
end

#o_auth_requestTypes::ConnectorOAuthRequest

The OAuth requirement needed to request security tokens from the connector endpoint.



3172
3173
3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3172

class MarketoConnectorProfileCredentials < Struct.new(
  :client_id,
  :client_secret,
  :access_token,
  :o_auth_request)
  SENSITIVE = [:client_secret, :access_token]
  include Aws::Structure
end