{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.featureRolloutPolicy", "title": "microsoft.graph.featureRolloutPolicy", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "featureRolloutPolicy", "required": [ "@odata.type" ], "type": "object", "properties": { "description": { "type": "string", "description": "A description for this feature rollout policy.", "nullable": true }, "displayName": { "type": "string", "description": "The display name for this feature rollout policy." }, "feature": { "$ref": "#/components/schemas/microsoft.graph.stagedFeatureName" }, "isAppliedToOrganization": { "type": "boolean", "description": "Indicates whether this feature rollout policy should be applied to the entire organization." }, "isEnabled": { "type": "boolean", "description": "Indicates whether the feature rollout is enabled." }, "appliesTo": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.directoryObject" }, "description": "Nullable. Specifies a list of directoryObject resources that feature is enabled for.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.featureRolloutPolicy" }