Class: Aws::WorkMail::Types::GetMobileDeviceAccessOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetMobileDeviceAccessOverrideRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The mobile device to which the override applies.
-
#organization_id ⇒ String
The WorkMail organization to which you want to apply the override.
-
#user_id ⇒ String
Identifies the WorkMail user for the override.
Instance Attribute Details
#device_id ⇒ String
The mobile device to which the override applies. ‘DeviceId` is case insensitive.
2596 2597 2598 2599 2600 2601 2602 |
# File 'lib/aws-sdk-workmail/types.rb', line 2596 class GetMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization to which you want to apply the override.
2596 2597 2598 2599 2600 2601 2602 |
# File 'lib/aws-sdk-workmail/types.rb', line 2596 class GetMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
Identifies the WorkMail user for the override. Accepts the following types of user identities:
-
User ID: ‘12345678-1234-1234-1234-123456789012` or `S-1-1-12-1234567890-123456789-123456789-1234`
-
Email address: ‘[email protected]`
-
User name: ‘user`
2596 2597 2598 2599 2600 2601 2602 |
# File 'lib/aws-sdk-workmail/types.rb', line 2596 class GetMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id) SENSITIVE = [] include Aws::Structure end |