Sha256: 9edd3978f8676d96fd77a4b468c8485b422875e598d50e2ef7c9cc6fb93993e5
Contents?: true
Size: 994 Bytes
Versions: 67
Compression:
Stored size: 994 Bytes
Contents
# PulpcoreClient::GroupRoleResponse ## 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::GroupRoleResponse.new(pulp_href: null, pulp_created: null, role: null, content_object: null, description: null, permissions: null) ```
Version data entries
67 entries across 67 versions & 1 rubygems