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