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