Class: Aws::WorkMail::Types::PersonalAccessTokenConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::PersonalAccessTokenConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Displays the Personal Access Token status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifetime_in_days ⇒ Integer
The validity of the Personal Access Token status in days.
-
#status ⇒ String
The status of the Personal Access Token allowed for the organization.
Instance Attribute Details
#lifetime_in_days ⇒ Integer
The validity of the Personal Access Token status in days.
4302 4303 4304 4305 4306 4307 |
# File 'lib/aws-sdk-workmail/types.rb', line 4302 class PersonalAccessTokenConfiguration < Struct.new( :status, :lifetime_in_days) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Personal Access Token allowed for the organization.
-
Active - Mailbox users can login to the web application and choose Settings to see the new *Personal Access Tokens* page to create and delete the Personal Access Tokens. Mailbox users can use the Personal Access Tokens to set up mailbox connection from desktop or mobile email clients.
-
Inactive - Personal Access Tokens are disabled for your organization. Mailbox users can’t create, list, or delete Personal Access Tokens and can’t use them to connect to their mailboxes from desktop or mobile email clients.
4302 4303 4304 4305 4306 4307 |
# File 'lib/aws-sdk-workmail/types.rb', line 4302 class PersonalAccessTokenConfiguration < Struct.new( :status, :lifetime_in_days) SENSITIVE = [] include Aws::Structure end |