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.
|
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()
|