Class UpdateIdentitySourceRequest

    • Method Detail

      • policyStoreId

        public final String policyStoreId()

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

        Returns:
        Specifies the ID of the policy store that contains the identity source that you want to update.
      • identitySourceId

        public final String identitySourceId()

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

        Returns:
        Specifies the ID of the identity source that you want to update.
      • updateConfiguration

        public final UpdateConfiguration 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.

        Returns:
        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.

      • principalEntityType

        public final String principalEntityType()

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

        Returns:
        Specifies the data type of principals generated for identities authenticated by the identity source.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object