Sha256: 0bc997ba4f7f1c1be828ac9d27d3181c86cb7aa08ca57a9622cf56132c99cc78
Contents?: true
Size: 549 Bytes
Versions: 331
Compression:
Stored size: 549 Bytes
Contents
# PulpcoreClient::Role ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of this role. | **description** | **String** | An optional description. | [optional] **permissions** | **Array<String>** | List of permissions defining the role. | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::Role.new(name: null, description: null, permissions: null) ```
Version data entries
331 entries across 331 versions & 1 rubygems