AzureDevOpsDscNative.AzDoAuditStream.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoAuditStream", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "DSC resource for managing Azure DevOps audit log streaming.", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "properties": { "Ensure": { "type": "string", "enum": [ "Present", "Absent" ], "title": "Ensure", "description": "The Ensure property." }, "LookupResult": { "type": "object", "title": "LookupResult", "readOnly": true, "description": "The LookupResult property." }, "StreamName": { "type": "string", "title": "StreamName", "description": "The StreamName property." }, "ConsumerType": { "type": "string", "enum": [ "AzureMonitorLogs", "Splunk", "AzureEventGrid", "AzureEventHub" ], "title": "ConsumerType", "description": "The ConsumerType property." }, "ConsumerInputs": { "type": "object", "title": "ConsumerInputs", "description": "The ConsumerInputs property." }, "Enabled": { "type": "boolean", "title": "Enabled", "description": "The Enabled property." } }, "type": "object", "required": [ "StreamName", "ConsumerType", "ConsumerInputs" ], "description": "DSC resource for managing Azure DevOps audit log streaming.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AzureDevOpsDscNative/AzDoAuditStream", "additionalProperties": false } } } |