public class AssumeRoleWithSAMLRequest extends AbstractModel
Constructor and Description |
---|
AssumeRoleWithSAMLRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getDurationSeconds()
Get 指定临时证书的有效期,单位:秒,默认 7200 秒,最长可设定有效期为 7200 秒
|
String |
getPrincipalArn()
Get 扮演者访问描述名
|
String |
getRoleArn()
Get 角色访问描述名
|
String |
getRoleSessionName()
Get 会话名称
|
String |
getSAMLAssertion()
Get base64 编码的 SAML 断言信息
|
void |
setDurationSeconds(Long DurationSeconds)
Set 指定临时证书的有效期,单位:秒,默认 7200 秒,最长可设定有效期为 7200 秒
|
void |
setPrincipalArn(String PrincipalArn)
Set 扮演者访问描述名
|
void |
setRoleArn(String RoleArn)
Set 角色访问描述名
|
void |
setRoleSessionName(String RoleSessionName)
Set 会话名称
|
void |
setSAMLAssertion(String SAMLAssertion)
Set base64 编码的 SAML 断言信息
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getSAMLAssertion()
public void setSAMLAssertion(String SAMLAssertion)
SAMLAssertion
- base64 编码的 SAML 断言信息public String getPrincipalArn()
public void setPrincipalArn(String PrincipalArn)
PrincipalArn
- 扮演者访问描述名public String getRoleArn()
public void setRoleArn(String RoleArn)
RoleArn
- 角色访问描述名public String getRoleSessionName()
public void setRoleSessionName(String RoleSessionName)
RoleSessionName
- 会话名称public Long getDurationSeconds()
public void setDurationSeconds(Long DurationSeconds)
DurationSeconds
- 指定临时证书的有效期,单位:秒,默认 7200 秒,最长可设定有效期为 7200 秒Copyright © 2020. All rights reserved.