Sha256: d3be405f1a2150d8346affacae994b97a4d50c1a9c7e91ac2b92281ab3233d1d

Contents?: true

Size: 1.58 KB

Versions: 22

Compression:

Stored size: 1.58 KB

Contents

# PulpcoreClient::UserRoleResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [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,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 role: null,
                                 content_object: null,
                                 description: null,
                                 permissions: null,
                                 domain: null)
```


Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
pulpcore_client-3.63.9 docs/UserRoleResponse.md
pulpcore_client-3.69.2 docs/UserRoleResponse.md
pulpcore_client-3.63.8 docs/UserRoleResponse.md
pulpcore_client-3.69.1 docs/UserRoleResponse.md
pulpcore_client-3.63.7 docs/UserRoleResponse.md
pulpcore_client-3.63.6 docs/UserRoleResponse.md
pulpcore_client-3.69.0 docs/UserRoleResponse.md
pulpcore_client-3.63.5 docs/UserRoleResponse.md
pulpcore_client-3.68.2 docs/UserRoleResponse.md
pulpcore_client-3.63.4 docs/UserRoleResponse.md
pulpcore_client-3.68.1 docs/UserRoleResponse.md
pulpcore_client-3.63.3 docs/UserRoleResponse.md
pulpcore_client-3.68.0 docs/UserRoleResponse.md
pulpcore_client-3.67.1 docs/UserRoleResponse.md
pulpcore_client-3.63.2 docs/UserRoleResponse.md
pulpcore_client-3.66.1 docs/UserRoleResponse.md
pulpcore_client-3.67.0 docs/UserRoleResponse.md
pulpcore_client-3.63.1 docs/UserRoleResponse.md
pulpcore_client-3.66.0 docs/UserRoleResponse.md
pulpcore_client-3.65.0 docs/UserRoleResponse.md