Class: Aws::EC2::Types::MacSystemIntegrityProtectionConfigurationRequest

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

Overview

Describes a custom configuration for a System Integrity Protection (SIP) modification task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apple_internalString

Enables or disables Apple Internal.

Returns:

  • (String)


53107
53108
53109
53110
53111
53112
53113
53114
53115
53116
53117
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53107

class MacSystemIntegrityProtectionConfigurationRequest < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections)
  SENSITIVE = []
  include Aws::Structure
end

#base_systemString

Enables or disables Base System.

Returns:

  • (String)


53107
53108
53109
53110
53111
53112
53113
53114
53115
53116
53117
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53107

class MacSystemIntegrityProtectionConfigurationRequest < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections)
  SENSITIVE = []
  include Aws::Structure
end

#d_trace_restrictionsString

Enables or disables Dtrace Restrictions.

Returns:

  • (String)


53107
53108
53109
53110
53111
53112
53113
53114
53115
53116
53117
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53107

class MacSystemIntegrityProtectionConfigurationRequest < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections)
  SENSITIVE = []
  include Aws::Structure
end

#debugging_restrictionsString

Enables or disables Debugging Restrictions.

Returns:

  • (String)


53107
53108
53109
53110
53111
53112
53113
53114
53115
53116
53117
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53107

class MacSystemIntegrityProtectionConfigurationRequest < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections)
  SENSITIVE = []
  include Aws::Structure
end

#filesystem_protectionsString

Enables or disables Filesystem Protections.

Returns:

  • (String)


53107
53108
53109
53110
53111
53112
53113
53114
53115
53116
53117
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53107

class MacSystemIntegrityProtectionConfigurationRequest < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections)
  SENSITIVE = []
  include Aws::Structure
end

#kext_signingString

Enables or disables Kext Signing.

Returns:

  • (String)


53107
53108
53109
53110
53111
53112
53113
53114
53115
53116
53117
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53107

class MacSystemIntegrityProtectionConfigurationRequest < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections)
  SENSITIVE = []
  include Aws::Structure
end

#nvram_protectionsString

Enables or disables Nvram Protections.

Returns:

  • (String)


53107
53108
53109
53110
53111
53112
53113
53114
53115
53116
53117
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53107

class MacSystemIntegrityProtectionConfigurationRequest < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections)
  SENSITIVE = []
  include Aws::Structure
end