Sha256: eca614bc0cf1c486e73426183e9d915b91ad82777769b4996619b3fdbd24fbb3
Contents?: true
Size: 832 Bytes
Versions: 47
Compression:
Stored size: 832 Bytes
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] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PatchedAccessPolicy.new(permissions_assignment: null, creation_hooks: null, statements: null) ```
Version data entries
47 entries across 47 versions & 1 rubygems