Class: Aws::Wickr::Types::GetOpentdfConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetOpentdfConfigResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:client_secret]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The OIDC client ID used for authenticating with the OpenTDF provider.
-
#client_secret ⇒ String
The OIDC client secret used for authenticating with the OpenTDF provider.
-
#domain ⇒ String
The domain of the OpenTDF server.
-
#provider ⇒ String
The provider of the OpenTDF platform.
Instance Attribute Details
#client_id ⇒ String
The OIDC client ID used for authenticating with the OpenTDF provider.
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_secret ⇒ String
The OIDC client secret used for authenticating with the OpenTDF provider.
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 |
#domain ⇒ String
The domain of the OpenTDF server.
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 |
#provider ⇒ String
The provider of the OpenTDF platform.
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 |