Class UserArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Quicksight
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserArgs : ResourceArgs
Constructors
View SourceUserArgs()
Declaration
public UserArgs()
Properties
View SourceAwsAccountId
The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
Declaration
public Input<string> AwsAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
The email address of the user that you want to register.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IamArn
The ARN of the IAM user or role that you are registering with Amazon QuickSight.
Declaration
public Input<string> IamArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IdentityType
Amazon QuickSight supports several ways of managing the identity of users. This parameter accepts either IAM or QUICKSIGHT.
Declaration
public Input<string> IdentityType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Namespace
The namespace. Currently, you should set this to default.
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SessionName
The name of the IAM session to use when assuming roles that can embed QuickSight dashboards.
Declaration
public Input<string> SessionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserName
The Amazon QuickSight user name that you want to create for the user you are registering.
Declaration
public Input<string> UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserRole
The Amazon QuickSight role of the user. The user role can be one of the following: READER, AUTHOR, or ADMIN
Declaration
public Input<string> UserRole { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |