Sha256: 23cdd2427861cc5376859ede53bbc90c3960ca580a090cdf7367442d62404183
Contents?: true
Size: 785 Bytes
Versions: 9
Compression:
Stored size: 785 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. | **creation_hooks** | **Array<Object>** | List of callables that may associate user roles for new objects. | **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
9 entries across 9 versions & 1 rubygems