Class: Aws::Wickr::Types::GetOpentdfConfigResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:client_secret]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The OIDC client ID used for authenticating with the OpenTDF provider.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1479

class GetOpentdfConfigResponse < Struct.new(
  :client_id,
  :domain,
  :client_secret,
  :provider)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#client_secretString

The OIDC client secret used for authenticating with the OpenTDF provider.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1479

class GetOpentdfConfigResponse < Struct.new(
  :client_id,
  :domain,
  :client_secret,
  :provider)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#domainString

The domain of the OpenTDF server.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1479

class GetOpentdfConfigResponse < Struct.new(
  :client_id,
  :domain,
  :client_secret,
  :provider)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end

#providerString

The provider of the OpenTDF platform.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
1486
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1479

class GetOpentdfConfigResponse < Struct.new(
  :client_id,
  :domain,
  :client_secret,
  :provider)
  SENSITIVE = [:client_secret]
  include Aws::Structure
end