Class: Aws::VerifiedPermissions::Types::GetIdentitySourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::GetIdentitySourceOutput
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:principal_entity_type]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ConfigurationDetail
Contains configuration information about an identity source.
-
#created_date ⇒ Time
The date and time that the identity source was originally created.
-
#details ⇒ Types::IdentitySourceDetails
A structure that describes the configuration of the identity source.
-
#identity_source_id ⇒ String
The ID of the identity source.
-
#last_updated_date ⇒ Time
The date and time that the identity source was most recently updated.
-
#policy_store_id ⇒ String
The ID of the policy store that contains the identity source.
-
#principal_entity_type ⇒ String
The data type of principals generated for identities authenticated by this identity source.
Instance Attribute Details
#configuration ⇒ Types::ConfigurationDetail
Contains configuration information about an identity source.
1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1587 class GetIdentitySourceOutput < Struct.new( :created_date, :details, :identity_source_id, :last_updated_date, :policy_store_id, :principal_entity_type, :configuration) SENSITIVE = [:principal_entity_type] include Aws::Structure end |
#created_date ⇒ Time
The date and time that the identity source was originally created.
1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1587 class GetIdentitySourceOutput < Struct.new( :created_date, :details, :identity_source_id, :last_updated_date, :policy_store_id, :principal_entity_type, :configuration) SENSITIVE = [:principal_entity_type] include Aws::Structure end |
#details ⇒ Types::IdentitySourceDetails
A structure that describes the configuration of the identity source.
1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1587 class GetIdentitySourceOutput < Struct.new( :created_date, :details, :identity_source_id, :last_updated_date, :policy_store_id, :principal_entity_type, :configuration) SENSITIVE = [:principal_entity_type] include Aws::Structure end |
#identity_source_id ⇒ String
The ID of the identity source.
1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1587 class GetIdentitySourceOutput < Struct.new( :created_date, :details, :identity_source_id, :last_updated_date, :policy_store_id, :principal_entity_type, :configuration) SENSITIVE = [:principal_entity_type] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time that the identity source was most recently updated.
1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1587 class GetIdentitySourceOutput < Struct.new( :created_date, :details, :identity_source_id, :last_updated_date, :policy_store_id, :principal_entity_type, :configuration) SENSITIVE = [:principal_entity_type] include Aws::Structure end |
#policy_store_id ⇒ String
The ID of the policy store that contains the identity source.
1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1587 class GetIdentitySourceOutput < Struct.new( :created_date, :details, :identity_source_id, :last_updated_date, :policy_store_id, :principal_entity_type, :configuration) SENSITIVE = [:principal_entity_type] include Aws::Structure end |
#principal_entity_type ⇒ String
The data type of principals generated for identities authenticated by this identity source.
1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1587 class GetIdentitySourceOutput < Struct.new( :created_date, :details, :identity_source_id, :last_updated_date, :policy_store_id, :principal_entity_type, :configuration) SENSITIVE = [:principal_entity_type] include Aws::Structure end |