Sha256: 7187696f0f0b5d15d0d8c65e49e37fa693e94d8523058f2978877a2dc4be33ff

Contents?: true

Size: 1.45 KB

Versions: 54

Compression:

Stored size: 1.45 KB

Contents

# PulpcoreClient::GroupRoleResponse

## 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 the 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::GroupRoleResponse.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

54 entries across 54 versions & 1 rubygems

Version Path
pulpcore_client-3.49.17 docs/GroupRoleResponse.md
pulpcore_client-3.57.1 docs/GroupRoleResponse.md
pulpcore_client-3.57.0 docs/GroupRoleResponse.md
pulpcore_client-3.49.16 docs/GroupRoleResponse.md
pulpcore_client-3.56.1 docs/GroupRoleResponse.md
pulpcore_client-3.56.0 docs/GroupRoleResponse.md
pulpcore_client-3.55.3 docs/GroupRoleResponse.md
pulpcore_client-3.49.15 docs/GroupRoleResponse.md
pulpcore_client-3.55.2 docs/GroupRoleResponse.md
pulpcore_client-3.49.14 docs/GroupRoleResponse.md
pulpcore_client-3.49.13 docs/GroupRoleResponse.md
pulpcore_client-3.49.12 docs/GroupRoleResponse.md
pulpcore_client-3.55.1 docs/GroupRoleResponse.md
pulpcore_client-3.55.0 docs/GroupRoleResponse.md
pulpcore_client-3.54.1 docs/GroupRoleResponse.md
pulpcore_client-3.49.11 docs/GroupRoleResponse.md
pulpcore_client-3.49.6 docs/GroupRoleResponse.md
pulpcore_client-3.53.0 docs/GroupRoleResponse.md
pulpcore_client-3.51.3 docs/GroupRoleResponse.md
pulpcore_client-3.52.0 docs/GroupRoleResponse.md