

# Role


 The wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN). 

## Contents


 ** roleArn **   <a name="auditmanager-Type-Role-roleArn"></a>
 The Amazon Resource Name (ARN) of the IAM role.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:iam:.*`   
Required: Yes

 ** roleType **   <a name="auditmanager-Type-Role-roleType"></a>
 The type of customer persona.   
In `CreateAssessment`, `roleType` can only be `PROCESS_OWNER`.   
In `UpdateSettings`, `roleType` can only be `PROCESS_OWNER`.  
In `BatchCreateDelegationByAssessment`, `roleType` can only be `RESOURCE_OWNER`.
Type: String  
Valid Values: `PROCESS_OWNER | RESOURCE_OWNER`   
Required: Yes

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Role) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Role) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Role) 