Sha256: ed79d39f60dfaf3dc43015f18c1efd8698ed6dcba1c8be025bd4087734e0376b
Contents?: true
Size: 505 Bytes
Versions: 67
Compression:
Stored size: 505 Bytes
Contents
# PulpcoreClient::UserRole ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **role** | **String** | | **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to 'null', permissions will act on the model-level. | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UserRole.new(role: null, content_object: null) ```
Version data entries
67 entries across 67 versions & 1 rubygems