Class: Aws::VerifiedPermissions::Types::GetIdentitySourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::GetIdentitySourceOutput
- Includes:
- Structure
- Defined in:
- 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.
1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1742 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.
1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1742 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.
1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1742 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.
1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1742 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.
1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1742 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.
1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1742 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.
1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1742 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 |