Sha256: 9b99404bf216c973d50f3788c42e2974c2079f5afe0d240bafc200bc44f147a7
Contents?: true
Size: 1.05 KB
Versions: 277
Compression:
Stored size: 1.05 KB
Contents
# PulpcoreClient::PatchedAccessPolicy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **permissions_assignment** | **Array<Object>** | List of callables that define the new permissions to be created for new objects.This is deprecated. Use `creation_hooks` instead. | [optional] **creation_hooks** | **Array<Object>** | List of callables that may associate user roles for new objects. | [optional] **statements** | **Array<Object>** | List of policy statements defining the policy. | [optional] **queryset_scoping** | [**Object**](.md) | A callable for performing queryset scoping. See plugin documentation for valid callables. Set to blank to turn off queryset scoping. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PatchedAccessPolicy.new(permissions_assignment: null, creation_hooks: null, statements: null, queryset_scoping: null) ```
Version data entries
277 entries across 277 versions & 1 rubygems