Class: Aws::WorkMail::Types::MobileDeviceAccessRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

A rule that controls access to mobile devices for an WorkMail group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_createdTime

The date and time at which an access rule was created.

Returns:

  • (Time)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#date_modifiedTime

The date and time at which an access rule was modified.

Returns:

  • (Time)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of a mobile access rule.

Returns:

  • (String)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#device_modelsArray<String>

Device models that a rule will match.

Returns:

  • (Array<String>)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#device_operating_systemsArray<String>

Device operating systems that a rule will match.

Returns:

  • (Array<String>)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#device_typesArray<String>

Device types that a rule will match.

Returns:

  • (Array<String>)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#device_user_agentsArray<String>

Device user agents that a rule will match.

Returns:

  • (Array<String>)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#effectString

The effect of the rule when it matches. Allowed values are ALLOW or DENY.

Returns:

  • (String)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#mobile_device_access_rule_idString

The ID assigned to a mobile access rule.

Returns:

  • (String)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a mobile access rule.

Returns:

  • (String)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#not_device_modelsArray<String>

Device models that a rule will not match. All other device models will match.

Returns:

  • (Array<String>)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#not_device_operating_systemsArray<String>

Device operating systems that a rule will not match. All other device types will match.

Returns:

  • (Array<String>)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#not_device_typesArray<String>

Device types that a rule will not match. All other device types will match.

Returns:

  • (Array<String>)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end

#not_device_user_agentsArray<String>

Device user agents that a rule will not match. All other device user agents will match.

Returns:

  • (Array<String>)


3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3866

class MobileDeviceAccessRule < Struct.new(
  :mobile_device_access_rule_id,
  :name,
  :description,
  :effect,
  :device_types,
  :not_device_types,
  :device_models,
  :not_device_models,
  :device_operating_systems,
  :not_device_operating_systems,
  :device_user_agents,
  :not_device_user_agents,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end