Sha256: 315db8b0a0b5f10407f51a12f8176969b9fa5aaeccddc40c975716d33db3be90

Contents?: true

Size: 1.46 KB

Versions: 47

Compression:

Stored size: 1.46 KB

Contents

# PulpcoreClient::UserRoleResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [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,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 role: null,
                                 content_object: null,
                                 description: null,
                                 permissions: null,
                                 domain: null)
```


Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
pulpcore_client-3.49.25 docs/UserRoleResponse.md
pulpcore_client-3.49.24 docs/UserRoleResponse.md
pulpcore_client-3.49.23 docs/UserRoleResponse.md
pulpcore_client-3.49.22 docs/UserRoleResponse.md
pulpcore_client-3.49.21 docs/UserRoleResponse.md
pulpcore_client-3.62.0 docs/UserRoleResponse.md
pulpcore_client-3.49.20 docs/UserRoleResponse.md
pulpcore_client-3.61.0 docs/UserRoleResponse.md
pulpcore_client-3.60.0 docs/UserRoleResponse.md
pulpcore_client-3.49.19 docs/UserRoleResponse.md
pulpcore_client-3.59.0 docs/UserRoleResponse.md
pulpcore_client-3.49.18 docs/UserRoleResponse.md
pulpcore_client-3.58.0 docs/UserRoleResponse.md
pulpcore_client-3.49.17 docs/UserRoleResponse.md
pulpcore_client-3.57.1 docs/UserRoleResponse.md
pulpcore_client-3.57.0 docs/UserRoleResponse.md
pulpcore_client-3.49.16 docs/UserRoleResponse.md
pulpcore_client-3.56.1 docs/UserRoleResponse.md
pulpcore_client-3.56.0 docs/UserRoleResponse.md
pulpcore_client-3.55.3 docs/UserRoleResponse.md