Method: JSS::Policy#directory_binding_names

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

#directory_binding_namesArray

Returns the names of the directory_bindings handled by the policy.

Returns:

  • (Array)

    the names of the directory_bindings handled by the policy



1291
1292
1293
# File 'lib/jss/api_object/policy.rb', line 1291

def directory_binding_names
  @directory_bindings.map { |p| p[:name] }
end