Sha256: b3e4009967ee819556fcf30712092c842511afd5997695b8c8d23faed1af9900
Contents?: true
Size: 585 Bytes
Versions: 2
Compression:
Stored size: 585 Bytes
Contents
# PulpFileClient::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 'PulpFileClient' instance = PulpFileClient::PatchedRole.new(name: null, description: null, permissions: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PatchedRole.md |
pulp_file_client-3.49.14 | docs/PatchedRole.md |