Sha256: d0e3efa969496292249cc2a000075e770c7257532d4c8c9e66e63e799fbf856d
Contents?: true
Size: 741 Bytes
Versions: 22
Compression:
Stored size: 741 Bytes
Contents
# PulpcoreClient::PatchedAccessPolicy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **permissions_assignment** | **Array<Object>** | List of callables that define the new permissions to be created for new objects. | [optional] **statements** | **Array<Object>** | List of policy statements defining the policy. | [optional] **viewset_name** | **String** | The name of ViewSet this AccessPolicy authorizes. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PatchedAccessPolicy.new(permissions_assignment: null, statements: null, viewset_name: null) ```
Version data entries
22 entries across 22 versions & 1 rubygems