Sha256: aae1f6f6495d3f8c83948e09ae6704160e3c3b81a2ebcbda478ce5195a1bea02
Contents?: true
Size: 950 Bytes
Versions: 22
Compression:
Stored size: 950 Bytes
Contents
# PulpcoreClient::AccessPolicyResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **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::AccessPolicyResponse.new(pulp_href: null, pulp_created: null, permissions_assignment: null, statements: null, viewset_name: null) ```
Version data entries
22 entries across 22 versions & 1 rubygems