Sha256: b76b645d87bb7239e2c54b2cc22bca35e38a7cc72c041b91fd2366d92005a5ab
Contents?: true
Size: 549 Bytes
Versions: 2
Compression:
Stored size: 549 Bytes
Contents
# PulpFileClient::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 'PulpFileClient' instance = PulpFileClient::Role.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/Role.md |
pulp_file_client-3.49.14 | docs/Role.md |