AzureDevOpsDscNative.AzDoGitPermission.dsc.adaptedResource.json
|
{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json", "type": "AzureDevOpsDscNative/AzDoGitPermission", "kind": "resource", "version": "1.0.0", "capabilities": [ "set", "test", "get" ], "description": "This class represents an Azure DevOps DSC resource for managing Git permissions.", "author": "ZanattaMichael", "requireAdapter": "Microsoft.Adapter/PowerShell", "path": "AzureDevOpsDscNative.psd1", "schema": { "embedded": { "required": [ "ProjectName" ], "title": "AzureDevOpsDscNative/AzDoGitPermission", "properties": { "Ensure": { "type": "string", "enum": [ "Present", "Absent" ], "title": "Ensure", "description": "The Ensure property." }, "LookupResult": { "type": "object", "title": "LookupResult", "readOnly": true, "description": "The LookupResult property." }, "ProjectName": { "type": "string", "title": "ProjectName", "description": "Specifies the name of the Azure DevOps project." }, "RepositoryName": { "type": "string", "title": "RepositoryName", "description": "Specifies the name of the Git repository." }, "isInherited": { "type": "boolean", "title": "isInherited", "description": "Specifies whether the permissions are inherited from the parent repository. Default value is $true." }, "Permissions": { "items": { "type": "object" }, "type": "array", "title": "Permissions", "description": "The Permissions property." } }, "description": "This class represents an Azure DevOps DSC resource for managing Git permissions.", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "type": "object" } } } |