

# AssumedRoleUser
<a name="API_auth_AssumedRoleUser"></a>

An object with the permanent IAM role identity and the temporary session name.

## Contents
<a name="API_auth_AssumedRoleUser_Contents"></a>

 ** arn **   <a name="AmazonEKS-Type-auth_AssumedRoleUser-arn"></a>
The ARN of the IAM role that the temporary credentials authenticate to.  
Type: String  
Required: Yes

 ** assumeRoleId **   <a name="AmazonEKS-Type-auth_AssumedRoleUser-assumeRoleId"></a>
The session name of the temporary session requested to Amazon STS. The value is a unique identifier that contains the role ID, a colon (`:`), and the role session name of the role that is being assumed. The role ID is generated by IAM when the role is created. The role session name part of the value follows this format: `eks-clustername-podname-random UUID `   
Type: String  
Required: Yes

## See Also
<a name="API_auth_AssumedRoleUser_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/eks-auth-2023-11-26/AssumedRoleUser) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/eks-auth-2023-11-26/AssumedRoleUser) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/eks-auth-2023-11-26/AssumedRoleUser) 