SiteFeatureSettings

SiteFeatureSettings
Site Feature Settings object

The object for SSP features that initiates necessary feature enablement workflows on the site. This does not activate or deploy the feature on SSP.

AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "is_metrics_enabled": false,
    "is_intelligence_enabled": false,
    "is_rule_analysis_enabled": false,
    "is_ndr_enabled": false,
    "is_mps_enabled": false,
    "is_ndr_data_sharing_enabled": false
}