Sha256: 781078d90acbc7e62b1865bc02ddcae1ec9ef756bbcdd331ca004ba6fe9d9fae
Contents?: true
Size: 1.03 KB
Versions: 284
Compression:
Stored size: 1.03 KB
Contents
# PulpcoreClient::AccessPolicy ## 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. | **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::AccessPolicy.new(permissions_assignment: null, creation_hooks: null, statements: null, queryset_scoping: null) ```
Version data entries
284 entries across 284 versions & 1 rubygems