Class: Aws::WorkMail::Types::CreateMobileDeviceAccessRuleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The idempotency token for the client request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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

#descriptionString

The rule description.

Returns:

  • (String)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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 rule will match.

Returns:

  • (Array<String>)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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 rule will match.

Returns:

  • (Array<String>)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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 rule will match.

Returns:

  • (Array<String>)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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>

Device user agents that the rule will match.

Returns:

  • (Array<String>)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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 rule name.

Returns:

  • (String)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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 rule will not match. All other device models will match.

Returns:

  • (Array<String>)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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 rule will not match. All other device operating systems will match.

Returns:

  • (Array<String>)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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 rule will not match. All other device types will match.

Returns:

  • (Array<String>)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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>

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

Returns:

  • (Array<String>)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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 created.

Returns:

  • (String)


540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 540

class CreateMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :client_token,
  :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