Method: JSS::Policy#directory_binding_ids

Defined in:
lib/jss/api_object/policy.rb

#directory_binding_idsArray

Returns the id’s of the directory_bindings handled by the policy.

Returns:

  • (Array)

    the id’s of the directory_bindings handled by the policy



1286
1287
1288
# File 'lib/jss/api_object/policy.rb', line 1286

def directory_binding_ids
  @directory_bindings.map { |p| p[:id] }
end