AzureDevOpsDscNative.AzDoSecurityNamespacePermission.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoSecurityNamespacePermission", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "DSC resource for managing generic Azure DevOps security namespace permissions.", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "title": "AzureDevOpsDscNative/AzDoSecurityNamespacePermission", "properties": { "Ensure": { "type": "string", "enum": [ "Present", "Absent" ], "title": "Ensure", "description": "The Ensure property." }, "LookupResult": { "type": "object", "title": "LookupResult", "readOnly": true, "description": "The LookupResult property." }, "SecurityNamespace": { "type": "string", "title": "SecurityNamespace", "description": "The SecurityNamespace property." }, "Token": { "type": "string", "title": "Token", "description": "The Token property." }, "GroupName": { "type": "string", "title": "GroupName", "description": "The GroupName property." }, "isInherited": { "type": "boolean", "title": "isInherited", "description": "The isInherited property." }, "Permissions": { "type": "array", "items": { "type": "object" }, "title": "Permissions", "description": "The Permissions property." } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "type": "object", "required": [ "SecurityNamespace", "Token", "GroupName" ], "description": "DSC resource for managing generic Azure DevOps security namespace permissions." } } } |