Class: Aws::ManagedGrafana::Types::AwsSsoAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::AwsSsoAuthentication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
A structure containing information about how this workspace works with IAM Identity Center.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sso_client_id ⇒ String
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
Instance Attribute Details
#sso_client_id ⇒ String
The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.
181 182 183 184 185 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 181 class AwsSsoAuthentication < Struct.new( :sso_client_id) SENSITIVE = [] include Aws::Structure end |