Class AssumeDecoratedRoleWithSamlRequest

    • Method Detail

      • samlAssertion

        public final String samlAssertion()

        A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.

        Returns:
        A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.
      • roleArn

        public final String roleArn()

        The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such as GetTemporaryTableCredentials. The caller must also have iam:PassRole permission on this role.

        Returns:
        The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such as GetTemporaryTableCredentials. The caller must also have iam:PassRole permission on this role.
      • principalArn

        public final String principalArn()

        The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.

        Returns:
        The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
      • durationSeconds

        public final Integer durationSeconds()

        The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.

        Returns:
        The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
      • 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