Sha256: 9a5833e840d1d02154145892cbec003bfd1a42cfc1a4a2fd0d1c7ef2ba94a258
Contents?: true
Size: 992 Bytes
Versions: 66
Compression:
Stored size: 992 Bytes
Contents
# PulpcoreClient::UserRoleResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **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. | **description** | **String** | | [optional] [readonly] **permissions** | **Array<String>** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UserRoleResponse.new(pulp_href: null, pulp_created: null, role: null, content_object: null, description: null, permissions: null) ```
Version data entries
66 entries across 66 versions & 1 rubygems