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