Class: Aws::WorkMail::Types::DeleteMobileDeviceAccessOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteMobileDeviceAccessOverrideRequest
- 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 for which you delete the override.
-
#organization_id ⇒ String
The WorkMail organization for which the access override will be deleted.
-
#user_id ⇒ String
The WorkMail user for which you want to delete the override.
Instance Attribute Details
#device_id ⇒ String
The mobile device for which you delete the override. ‘DeviceId` is case insensitive.
1049 1050 1051 1052 1053 1054 1055 |
# File 'lib/aws-sdk-workmail/types.rb', line 1049 class DeleteMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization for which the access override will be deleted.
1049 1050 1051 1052 1053 1054 1055 |
# File 'lib/aws-sdk-workmail/types.rb', line 1049 class DeleteMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The WorkMail user for which you want to delete 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`
1049 1050 1051 1052 1053 1054 1055 |
# File 'lib/aws-sdk-workmail/types.rb', line 1049 class DeleteMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id) SENSITIVE = [] include Aws::Structure end |