Sha256: 402e7ff75313f0378b125c548f3a4f0c75ce7d34b71c350e1d16c05dcfa9865e
Contents?: true
Size: 1.36 KB
Versions: 38
Compression:
Stored size: 1.36 KB
Contents
# PulpcoreClient::AccessPolicyResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **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. | **viewset_name** | **String** | The name of ViewSet this AccessPolicy authorizes. | [optional] [readonly] **customized** | **Boolean** | True if the AccessPolicy has been user-modified. False otherwise. | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::AccessPolicyResponse.new(pulp_href: null, pulp_created: null, permissions_assignment: null, creation_hooks: null, statements: null, viewset_name: null, customized: null) ```
Version data entries
38 entries across 38 versions & 1 rubygems