Class: Aws::VerifiedPermissions::Types::IdentitySourceFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb

Overview

A structure that defines characteristics of an identity source that you can use to filter.

This data type is a request parameter for the ListIdentityStores operation.

Constant Summary collapse

SENSITIVE =
[:principal_entity_type]

Instance Attribute Summary collapse

Instance Attribute Details

#principal_entity_typeString

The Cedar entity type of the principals returned by the identity provider (IdP) associated with this identity source.

Returns:

  • (String)


1844
1845
1846
1847
1848
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1844

class IdentitySourceFilter < Struct.new(
  :principal_entity_type)
  SENSITIVE = [:principal_entity_type]
  include Aws::Structure
end