AzureDevOpsDscNative.AzDoOrganizationSettings.dsc.adaptedResource.json

{
  "$schema": "https://aka.ms/dsc/schemas/v3/bundled/adaptedresource/manifest.json",
  "type": "AzureDevOpsDscNative/AzDoOrganizationSettings",
  "kind": "resource",
  "version": "1.0.0",
  "capabilities": [
    "set",
    "test",
    "get"
  ],
  "description": "DSC resource for managing Azure DevOps organisation-level settings (singleton).",
  "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."
        },
        "OrganizationName": {
          "type": "string",
          "title": "OrganizationName",
          "description": "The OrganizationName property."
        },
        "AllowPublicProjects": {
          "type": "boolean",
          "title": "AllowPublicProjects",
          "description": "The AllowPublicProjects property."
        },
        "AllowExternalGuestAccess": {
          "type": "boolean",
          "title": "AllowExternalGuestAccess",
          "description": "The AllowExternalGuestAccess property."
        },
        "EnableOAuthAuthentication": {
          "type": "boolean",
          "title": "EnableOAuthAuthentication",
          "description": "The EnableOAuthAuthentication property."
        },
        "EnableSSHAuthentication": {
          "type": "boolean",
          "title": "EnableSSHAuthentication",
          "description": "The EnableSSHAuthentication property."
        },
        "DisallowAadGuestUserPolicy": {
          "type": "boolean",
          "title": "DisallowAadGuestUserPolicy",
          "description": "The DisallowAadGuestUserPolicy property."
        }
      },
      "type": "object",
      "required": [
        "OrganizationName"
      ],
      "description": "DSC resource for managing Azure DevOps organisation-level settings (singleton).",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "title": "AzureDevOpsDscNative/AzDoOrganizationSettings",
      "additionalProperties": false
    }
  }
}