Sha256: 15ef86c4b55327661e21c360087d7a4444729b377a313f79d2e788a995b34d08
Contents?: true
Size: 1.14 KB
Versions: 136
Compression:
Stored size: 1.14 KB
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 either domain or 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::UserRoleResponse.new(pulp_href: null, pulp_created: null, role: null, content_object: null, description: null, permissions: null, domain: null) ```
Version data entries
136 entries across 136 versions & 1 rubygems