Sha256: 1d7f866e02c0057e17a431271d4d12eaa3f09605397519d82c568b19d430fe6c
Contents?: true
Size: 592 Bytes
Versions: 64
Compression:
Stored size: 592 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] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PatchedAccessPolicy.new(permissions_assignment: null, statements: null) ```
Version data entries
64 entries across 64 versions & 1 rubygems