Class: Aws::VerifiedPermissions::Types::UpdateIdentitySourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:principal_entity_type]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_source_idString

Specifies the ID of the identity source that you want to update.

Returns:

  • (String)


3175
3176
3177
3178
3179
3180
3181
3182
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3175

class UpdateIdentitySourceInput < Struct.new(
  :policy_store_id,
  :identity_source_id,
  :update_configuration,
  :principal_entity_type)
  SENSITIVE = [:principal_entity_type]
  include Aws::Structure
end

#policy_store_idString

Specifies the ID of the policy store that contains the identity source that you want to update.

Returns:

  • (String)


3175
3176
3177
3178
3179
3180
3181
3182
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3175

class UpdateIdentitySourceInput < Struct.new(
  :policy_store_id,
  :identity_source_id,
  :update_configuration,
  :principal_entity_type)
  SENSITIVE = [:principal_entity_type]
  include Aws::Structure
end

#principal_entity_typeString

Specifies the data type of principals generated for identities authenticated by the identity source.

Returns:

  • (String)


3175
3176
3177
3178
3179
3180
3181
3182
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3175

class UpdateIdentitySourceInput < Struct.new(
  :policy_store_id,
  :identity_source_id,
  :update_configuration,
  :principal_entity_type)
  SENSITIVE = [:principal_entity_type]
  include Aws::Structure
end

#update_configurationTypes::UpdateConfiguration

Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.

At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.

You must specify a userPoolArn, and optionally, a ClientId.



3175
3176
3177
3178
3179
3180
3181
3182
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3175

class UpdateIdentitySourceInput < Struct.new(
  :policy_store_id,
  :identity_source_id,
  :update_configuration,
  :principal_entity_type)
  SENSITIVE = [:principal_entity_type]
  include Aws::Structure
end