Method: JSS::SelfServable#self_service_security

Defined in:
lib/jss-api/api_object/self_servable.rb

#self_service_securityHash (readonly)

The keys are

  • :removal_disallowed => [String] one of the items in IOS_PROFILE_REMOVAL_OPTIONS

  • :password => [String] if :removal_disallowed is “With Authorization”, this contains the passwd (in plaintext) needed to remove the profile.

NOTE that the key should be called :removal_allowed, since ‘Never’ means it can’t be removed.

Returns:

  • (Hash)

    The security settings for iOS profiles in SSvc



144
145
146
# File 'lib/jss-api/api_object/self_servable.rb', line 144

def self_service_security
  @self_service_security
end