ISTSAssumeRoleWithSAMLResponse
Interface in AWS.STS
Interface for AssumeRoleWithSAML responses.
Ancestors
Properties
Audience
property Audience: string
The value of the Recipient attribute of the SubjectConfirmationData element of the SAML assertion.
Issuer
property Issuer: string
The Issuer element of the SAML assertion.
NameQualifier
property NameQualifier: string
A hash value based on the Issuer response value, the AWS account ID, and the friendly name (last part of ARN) of the SAML provider in IAM.
Subject
property Subject: string
The value of the NameID element in the Subject element of the SAML assertion.
SubjectType
property SubjectType: string
Format of the name ID defined bu the Format attribute in the NameID element of the SAML assertion.
Typical examples of the format ar persistent or transient. If the format includes the prefix urn:oasis:names:tc:SAML:2.0:nameid-format, that prefix is removed. If the format has any other prefix, it is returned unmodified.