PatchedCompositeContentGuard
Base serializer for use with :class:pulpcore.app.models.Model This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ref_name attribute in the ModelSerializers's Meta class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | The unique name. | [optional] |
| description | str | An optional description. | [optional] |
| guards | list[str] | List of ContentGuards to ask for access-permission. | [optional] |