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