public static class AssumeRoleWithSAMLResponseBody.AssumeRoleWithSAMLResponseBodySAMLAssertionInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
issuer
The value in the
Issuer element in the SAML assertion. |
String |
recipient
The
Recipient attribute of the SubjectConfirmationData sub-element. |
String |
subject
The value in the NameID sub-element of the
Subject element in the SAML assertion. |
String |
subjectType
The Format attribute of the
NameID element in the SAML assertion. |
| 构造器和说明 |
|---|
AssumeRoleWithSAMLResponseBodySAMLAssertionInfo() |
@NameInMap(value="Issuer") public String issuer
The value in the Issuer element in the SAML assertion.
@NameInMap(value="Recipient") public String recipient
The Recipient attribute of the SubjectConfirmationData sub-element. SubjectConfirmationData is a sub-element of the Subject element in the SAML assertion.
@NameInMap(value="Subject") public String subject
The value in the NameID sub-element of the Subject element in the SAML assertion.
@NameInMap(value="SubjectType") public String subjectType
The Format attribute of the NameID element in the SAML assertion. If the Format attribute is prefixed with urn:oasis:names:tc:SAML:2.0:nameid-format:, the prefix is not included in the value of this parameter. For example, if the value of the Format attribute is urn:oasis:names:tc:SAML:2.0:nameid-format:persistent/transient, the value of this parameter is persistent/transient.
persistent
public AssumeRoleWithSAMLResponseBodySAMLAssertionInfo()
public static AssumeRoleWithSAMLResponseBody.AssumeRoleWithSAMLResponseBodySAMLAssertionInfo build(Map<String,?> map) throws Exception
Exceptionpublic AssumeRoleWithSAMLResponseBody.AssumeRoleWithSAMLResponseBodySAMLAssertionInfo setIssuer(String issuer)
public String getIssuer()
public AssumeRoleWithSAMLResponseBody.AssumeRoleWithSAMLResponseBodySAMLAssertionInfo setRecipient(String recipient)
public String getRecipient()
public AssumeRoleWithSAMLResponseBody.AssumeRoleWithSAMLResponseBodySAMLAssertionInfo setSubject(String subject)
public String getSubject()
public AssumeRoleWithSAMLResponseBody.AssumeRoleWithSAMLResponseBodySAMLAssertionInfo setSubjectType(String subjectType)
public String getSubjectType()
Copyright © 2025. All rights reserved.