You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
282 B

from splunk.models.base import SplunkAppObjModel
from splunk.models.field import Field
'''
Provides object mapping for the unix_setup conf file
'''
class UnixConfigured(SplunkAppObjModel):
resource = 'configs/conf-unix_setup'
configured_version = Field()