Class: Aws::VerifiedPermissions::Types::IdentitySourceItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::IdentitySourceItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
A structure that defines an identity source.
This data type is a response parameter to the [ListIdentitySources] operation.
[1]: docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListIdentitySources.html
Constant Summary collapse
- SENSITIVE =
[:principal_entity_type]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ConfigurationItem
Contains configuration information about an identity source.
-
#created_date ⇒ Time
The date and time the identity source was originally created.
-
#details ⇒ Types::IdentitySourceItemDetails
A structure that contains the details of the associated identity provider (IdP).
-
#identity_source_id ⇒ String
The unique identifier of the identity source.
-
#last_updated_date ⇒ Time
The date and time the identity source was most recently updated.
-
#policy_store_id ⇒ String
The identifier of the policy store that contains the identity source.
-
#principal_entity_type ⇒ String
The Cedar entity type of the principals returned from the IdP associated with this identity source.
Instance Attribute Details
#configuration ⇒ Types::ConfigurationItem
Contains configuration information about an identity source.
2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2109 class IdentitySourceItem < 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 the identity source was originally created.
2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2109 class IdentitySourceItem < 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::IdentitySourceItemDetails
A structure that contains the details of the associated identity provider (IdP).
2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2109 class IdentitySourceItem < 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 unique identifier of the identity source.
2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2109 class IdentitySourceItem < 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 the identity source was most recently updated.
2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2109 class IdentitySourceItem < 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 identifier of the policy store that contains the identity source.
2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2109 class IdentitySourceItem < 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 Cedar entity type of the principals returned from the IdP associated with this identity source.
2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2109 class IdentitySourceItem < 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 |