public static class AssumeRoleWithSAMLResponseBody.AssumeRoleWithSAMLResponseBodyAssumedRoleUser
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
arn
The ARN of the temporary identity that you use to assume the RAM role.
|
String |
assumedRoleId
The ID of the temporary identity that you use to assume the RAM role.
|
| 构造器和说明 |
|---|
AssumeRoleWithSAMLResponseBodyAssumedRoleUser() |
@NameInMap(value="Arn") public String arn
The ARN of the temporary identity that you use to assume the RAM role.
example:acs:sts::123456789012****:assumed-role/AdminRole/alice
@NameInMap(value="AssumedRoleId") public String assumedRoleId
The ID of the temporary identity that you use to assume the RAM role.
example:34458433936495****:alice
public AssumeRoleWithSAMLResponseBodyAssumedRoleUser()
public static AssumeRoleWithSAMLResponseBody.AssumeRoleWithSAMLResponseBodyAssumedRoleUser build(Map<String,?> map) throws Exception
Exceptionpublic AssumeRoleWithSAMLResponseBody.AssumeRoleWithSAMLResponseBodyAssumedRoleUser setArn(String arn)
public String getArn()
public AssumeRoleWithSAMLResponseBody.AssumeRoleWithSAMLResponseBodyAssumedRoleUser setAssumedRoleId(String assumedRoleId)
public String getAssumedRoleId()
Copyright © 2025. All rights reserved.