PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Quicksight::User; use Moose; has Active => (is => 'ro', isa => 'Bool'); has Arn => (is => 'ro', isa => 'Str'); has CustomPermissionsName => (is => 'ro', isa => 'Str'); has Email => (is => 'ro', isa => 'Str'); has ExternalLoginFederationProviderType => (is => 'ro', isa => 'Str'); has ExternalLoginFederationProviderUrl => (is => 'ro', isa => 'Str'); has ExternalLoginId => (is => 'ro', isa => 'Str'); has IdentityType => (is => 'ro', isa => 'Str'); has PrincipalId => (is => 'ro', isa => 'Str'); has Role => (is => 'ro', isa => 'Str'); has UserName => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Quicksight::User =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION A registered user of Amazon QuickSight. =head1 ATTRIBUTES =head2 Active => Bool The active status of user. When you create an Amazon QuickSight user thatEs not an IAM user or an Active Directory user, that user is inactive until they sign in and provide a password. =head2 Arn => Str The Amazon Resource Name (ARN) for the user. =head2 CustomPermissionsName => Str The custom permissions profile associated with this user. =head2 Email => Str The user's email address. =head2 ExternalLoginFederationProviderType => Str The 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. =over =item * C: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. =item * C: Custom OpenID Connect (OIDC) provider. =back =head2 ExternalLoginFederationProviderUrl => Str The URL of the external login provider. =head2 ExternalLoginId => Str The identity ID for the user in the external login provider. =head2 IdentityType => Str The type of identity authentication used by the user. =head2 PrincipalId => Str The principal ID of the user. =head2 Role => Str The Amazon QuickSight role for the user. The user role can be one of the following:. =over =item * C: A user who has read-only access to dashboards. =item * C: A user who can create data sources, datasets, analyses, and dashboards. =item * C: A user who is an author, who can also manage Amazon QuickSight settings. =item * C: This role isn't currently available for use. =item * C: This role isn't currently available for use. =back =head2 UserName => Str The user's user name. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut