Sha256: 8a45798230bbb1b2b5eb9e568e918853bb7cee0bade6666f05f808e732e9b61d
Contents?: true
Size: 1.92 KB
Versions: 2
Compression:
Stored size: 1.92 KB
Contents
# PulpFileClient::AccessPolicyResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [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] **queryset_scoping** | [**Object**](.md) | A callable for performing queryset scoping. See plugin documentation for valid callables. Set to blank to turn off queryset scoping. | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::AccessPolicyResponse.new(pulp_href: null, pulp_created: null, pulp_last_updated: null, permissions_assignment: null, creation_hooks: null, statements: null, viewset_name: null, customized: null, queryset_scoping: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/AccessPolicyResponse.md |
pulp_file_client-3.49.14 | docs/AccessPolicyResponse.md |