Class: Aws::VerifiedPermissions::Types::IdentitySourceItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configurationTypes::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_dateTime

The date and time the identity source was originally created.

Returns:

  • (Time)


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

#detailsTypes::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_idString

The unique identifier of the identity source.

Returns:

  • (String)


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_dateTime

The date and time the identity source was most recently updated.

Returns:

  • (Time)


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_idString

The identifier of the policy store that contains the identity source.

Returns:

  • (String)


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_typeString

The Cedar entity type of the principals returned from the IdP associated with this identity source.

Returns:

  • (String)


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