Sha256: 9a5833e840d1d02154145892cbec003bfd1a42cfc1a4a2fd0d1c7ef2ba94a258

Contents?: true

Size: 992 Bytes

Versions: 67

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

67 entries across 67 versions & 1 rubygems

Version Path
pulpcore_client-3.21.4 docs/UserRoleResponse.md
pulpcore_client-3.22.0 docs/UserRoleResponse.md
pulpcore_client-3.21.3 docs/UserRoleResponse.md
pulpcore_client-3.21.2 docs/UserRoleResponse.md
pulpcore_client-3.21.1 docs/UserRoleResponse.md
pulpcore_client-3.21.0 docs/UserRoleResponse.md
pulpcore_client-3.20.0 docs/UserRoleResponse.md