Class: Aws::WorkMail::Types::PersonalAccessTokenConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lifetime_in_daysInteger

The validity of the Personal Access Token status in days.

Returns:

  • (Integer)


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

#statusString

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.

Returns:

  • (String)


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