Sha256: 239302096eb5b1860a7c2286cce73d5834569891b68c95c980a3940fc7b6d2c5

Contents?: true

Size: 1.34 KB

Versions: 9

Compression:

Stored size: 1.34 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. | 
**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. | 
**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

9 entries across 9 versions & 1 rubygems

Version Path
pulpcore_client-3.17.8 docs/AccessPolicyResponse.md
pulpcore_client-3.17.7 docs/AccessPolicyResponse.md
pulpcore_client-3.17.6 docs/AccessPolicyResponse.md
pulpcore_client-3.17.5 docs/AccessPolicyResponse.md
pulpcore_client-3.17.4 docs/AccessPolicyResponse.md
pulpcore_client-3.17.3 docs/AccessPolicyResponse.md
pulpcore_client-3.17.2 docs/AccessPolicyResponse.md
pulpcore_client-3.17.1 docs/AccessPolicyResponse.md
pulpcore_client-3.17.0 docs/AccessPolicyResponse.md