1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AzureDevOpsIntegrationDetails

AzureDevOpsIntegrationDetails

    AzureDevOpsIntegrationDetails describes a single Azure DevOps integration installation.

    Properties

    • id string required
      The Pulumi ID of the Azure DevOps integration.
    • organization AzureDevOpsOrganization optional
      Metadata about the Azure DevOps organization.
    • id string optional
      The unique ID of the organization
    • name string required
      The name of the organization
    • accountUrl string optional
      The account URL for the organization (e.g., https://dev.azure.com/myorg)
    • hasRequiredPermissions boolean optional
      Whether the current user has the required permissions
    • project AzureDevOpsProject optional
      Metadata about the Azure DevOps project.
    • id string required
      The unique ID of the project
    • name string required
      The name of the project
    • valid boolean required
      Whether the integration is currently valid (tokens, hooks, etc.).
    • disablePRComments boolean optional
      Whether PR comments are disabled for this integration
    • disableNeoSummaries boolean optional
      Whether Neo AI summaries are disabled for this integration
    • disableDetailedDiff boolean optional
      Whether detailed property-level diffs are disabled for PR comments
    • disableCodeAccessForReviews boolean optional
      Whether code access for AI reviews is disabled for this integration