Class: Aws::EKS::Types::SsoIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::SsoIdentity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
An IAM Identity CenterIAM; Identity Center identity (user or group) that can be assigned permissions in a capability.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the IAM Identity CenterIAM; Identity Center user or group.
-
#type ⇒ String
The type of identity.
Instance Attribute Details
#id ⇒ String
The unique identifier of the IAM Identity CenterIAM; Identity Center user or group.
7338 7339 7340 7341 7342 7343 |
# File 'lib/aws-sdk-eks/types.rb', line 7338 class SsoIdentity < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of identity. Valid values are ‘SSO_USER` or `SSO_GROUP`.
7338 7339 7340 7341 7342 7343 |
# File 'lib/aws-sdk-eks/types.rb', line 7338 class SsoIdentity < Struct.new( :id, :type) SENSITIVE = [] include Aws::Structure end |