Sha256: 1c54f8bc3e0d67f217576e410789976c4c6a1d8446ce9a74b8e2e513a9f2c140
Contents?: true
Size: 684 Bytes
Versions: 2
Compression:
Stored size: 684 Bytes
Contents
# PulpFileClient::UserRole ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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 either domain or model-level. | **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::UserRole.new(role: null, content_object: null, domain: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/UserRole.md |
pulp_file_client-3.49.14 | docs/UserRole.md |