Sha256: fd84e17233d73974eaf0b06b20565c52c8bde941b0b97ba7fae973e2611961b5
Contents?: true
Size: 507 Bytes
Versions: 67
Compression:
Stored size: 507 Bytes
Contents
# PulpcoreClient::GroupRole ## 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::GroupRole.new(role: null, content_object: null) ```
Version data entries
67 entries across 67 versions & 1 rubygems