![]() |
![]()
| ![]() |
![]()
NAMEPaws::Quicksight::User USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Quicksight::User object: $service_obj->Method(Att1 => { Active => $value, ..., UserName => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Quicksight::User object: $result = $service_obj->Method(...); $result->Att1->Active DESCRIPTIONA registered user of Amazon QuickSight. ATTRIBUTESActive => BoolThe active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an Active Directory user, that user is inactive until they sign in and provide a password. Arn => StrThe Amazon Resource Name (ARN) for the user. CustomPermissionsName => StrThe custom permissions profile associated with this user. Email => StrThe user's email address. ExternalLoginFederationProviderType => StrThe type of supported external login provider that provides identity to let the user federate into Amazon QuickSight with an associated IAM role. The type can be one of the following.
ExternalLoginFederationProviderUrl => StrThe URL of the external login provider. ExternalLoginId => StrThe identity ID for the user in the external login provider. IdentityType => StrThe type of identity authentication used by the user. PrincipalId => StrThe principal ID of the user. Role => StrThe Amazon QuickSight role for the user. The user role can be one of the following:.
UserName => StrThe user's user name. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Quicksight BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|