# PulpAnsibleClient::AnsibleRepositorySignature ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content_units** | [**Array<AnyType>**](AnyType.md) | List of collection version hrefs to sign, use * to sign all content in repository | **signing_service** | **String** | A signing service to use to sign the collections | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleRepositorySignature.new(content_units: null, signing_service: null) ```