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