Class: Aws::WorkMail::Types::UpdateMobileDeviceAccessRuleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The updated rule description.

Returns:

  • (String)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#device_modelsArray<String>

Device models that the updated rule will match.

Returns:

  • (Array<String>)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#device_operating_systemsArray<String>

Device operating systems that the updated rule will match.

Returns:

  • (Array<String>)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#device_typesArray<String>

Device types that the updated rule will match.

Returns:

  • (Array<String>)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#device_user_agentsArray<String>

User agents that the updated rule will match.

Returns:

  • (Array<String>)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#effectString

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

Returns:

  • (String)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#mobile_device_access_rule_idString

The identifier of the rule to be updated.

Returns:

  • (String)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The updated rule name.

Returns:

  • (String)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#not_device_modelsArray<String>

Device models that the updated rule **will not** match. All other device models will match.

Returns:

  • (Array<String>)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#not_device_operating_systemsArray<String>

Device operating systems that the updated rule **will not** match. All other device operating systems will match.

Returns:

  • (Array<String>)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#not_device_typesArray<String>

Device types that the updated rule **will not** match. All other device types will match.

Returns:

  • (Array<String>)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#not_device_user_agentsArray<String>

User agents that the updated rule **will not** match. All other user agents will match.

Returns:

  • (Array<String>)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The WorkMail organization under which the rule will be updated.

Returns:

  • (String)


5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
# File 'lib/aws-sdk-workmail/types.rb', line 5291

class UpdateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :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)
  SENSITIVE = []
  include Aws::Structure
end