Sha256: bb8c9307fe28c83ef30da24682f36f6647e62d037b587aa47f5caff2a6e4053c

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

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

instance = PulpFileClient::AccessPolicy.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/AccessPolicy.md
pulp_file_client-3.49.14 docs/AccessPolicy.md