Class: Aws::WorkMail::Types::GetImpersonationRoleEffectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetImpersonationRoleEffectRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#impersonation_role_id ⇒ String
The impersonation role ID to test.
-
#organization_id ⇒ String
The WorkMail organization where the impersonation role is defined.
-
#target_user ⇒ String
The WorkMail organization user chosen to test the impersonation role.
Instance Attribute Details
#impersonation_role_id ⇒ String
The impersonation role ID to test.
1825 1826 1827 1828 1829 1830 1831 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1825 class GetImpersonationRoleEffectRequest < Struct.new( :organization_id, :impersonation_role_id, :target_user) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization where the impersonation role is defined.
1825 1826 1827 1828 1829 1830 1831 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1825 class GetImpersonationRoleEffectRequest < Struct.new( :organization_id, :impersonation_role_id, :target_user) SENSITIVE = [] include Aws::Structure end |
#target_user ⇒ String
The WorkMail organization user chosen to test the impersonation role. The following identity formats are available:
User ID:
12345678-1234-1234-1234-123456789012
orS-1-1-12-1234567890-123456789-123456789-1234
Email address:
user@domain.tld
User name:
user
1825 1826 1827 1828 1829 1830 1831 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1825 class GetImpersonationRoleEffectRequest < Struct.new( :organization_id, :impersonation_role_id, :target_user) SENSITIVE = [] include Aws::Structure end |