Sha256: d897d706c4bd6a861269d765e6402ff905870c135002b54a80f0fd857abd94ff
Contents?: true
Size: 673 Bytes
Versions: 204
Compression:
Stored size: 673 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. | **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::GroupRole.new(role: null, content_object: null, domain: null) ```
Version data entries
204 entries across 204 versions & 1 rubygems