Sha256: b28869d24bdc2f1934cd75d007c4955299f2159a3c0804263d9a8401babf1cd3

Contents?: true

Size: 673 Bytes

Versions: 2

Compression:

Stored size: 673 Bytes

Contents

# PulpFileClient::GroupRole

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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. | 
**domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::GroupRole.new(role: null,
                                 content_object: null,
                                 domain: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/GroupRole.md
pulp_file_client-3.49.14 docs/GroupRole.md