Sha256: b49b9fa9fc7d7924bcbe4d81cabc8f2a76eb6c51a9b37858c534d28fa0b5cc69

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

# PulpFileClient::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 'PulpFileClient'

instance = PulpFileClient::PatchedAccessPolicy.new(permissions_assignment: null,
                                 creation_hooks: null,
                                 statements: null,
                                 queryset_scoping: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/PatchedAccessPolicy.md
pulp_file_client-3.49.14 docs/PatchedAccessPolicy.md