Class: Aws::WorkMail::Types::PutMobileDeviceAccessOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::PutMobileDeviceAccessOverrideRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the override.
-
#device_id ⇒ String
The mobile device for which you create the override.
-
#effect ⇒ String
The effect of the override,
ALLOW
orDENY
. -
#organization_id ⇒ String
Identifies the WorkMail organization for which you create the override.
-
#user_id ⇒ String
The WorkMail user for which you create the override.
Instance Attribute Details
#description ⇒ String
A description of the override.
3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3609 class PutMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id, :effect, :description) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The mobile device for which you create the override. DeviceId
is
case insensitive.
3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3609 class PutMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id, :effect, :description) SENSITIVE = [] include Aws::Structure end |
#effect ⇒ String
The effect of the override, ALLOW
or DENY
.
3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3609 class PutMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id, :effect, :description) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
Identifies the WorkMail organization for which you create the override.
3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3609 class PutMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id, :effect, :description) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The WorkMail user for which you create the override. Accepts the following types of user identities:
User ID:
12345678-1234-1234-1234-123456789012
orS-1-1-12-1234567890-123456789-123456789-1234
Email address:
user@domain.tld
User name:
user
3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3609 class PutMobileDeviceAccessOverrideRequest < Struct.new( :organization_id, :user_id, :device_id, :effect, :description) SENSITIVE = [] include Aws::Structure end |