Sha256: 40f550fa03b02327d8a7b6c69ca2481f2e6a2fc691cb972d75ccfe740559555e
Contents?: true
Size: 694 Bytes
Versions: 22
Compression:
Stored size: 694 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. | **statements** | **Array<Object>** | List of policy statements defining the policy. | **viewset_name** | **String** | The name of ViewSet this AccessPolicy authorizes. | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::AccessPolicy.new(permissions_assignment: null, statements: null, viewset_name: null) ```
Version data entries
22 entries across 22 versions & 1 rubygems