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

AzureDevOpsAppIntegrationResponse

    Response containing the Azure DevOps app integration status and configuration for a Pulumi organization.

    Properties

    • installed boolean required
      Does the org have an Azure DevOps app integration configured
    • valid boolean required
      Is the app integration valid
    • organization AzureDevOpsOrganization optional
      Metadata about the Azure DevOps organization linked to the Pulumi 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 linked to the Pulumi organization
    • id string required
      The unique ID of the project
    • name string required
      The name of the project
    • authUser User optional
      The Pulumi user whose Azure DevOps authentication token is being used
    • id string required
      The unique identifier of the user.
    • githubLogin string required
      The user’s login name (originally from GitHub).
    • name string required
      The user’s display name.
    • email string required
      The user’s email address.
    • avatarUrl string required
      The URL of the user’s avatar image.
    • organizations array[OrganizationSummaryWithRole] required
      Organizations is the list of Pulumi organizations the user is a member of.
    • potentialOrganizations array[OrganizationSummaryWithRole] optional
      PotentialOrganizations is the list of Pulumi organizations the user is a potential member of.
    • identities array[string] required
      Identities is the array of identities a Pulumi user’s account is tied to.
    • siteAdmin boolean optional
      SiteAdministrator is whether or not the user is a site administrator.
    • registryAdmin boolean optional
      RegistryAdmin is whether or not the user is a registry administrator.
    • tokenInfo TokenInfo optional
      TokenInfo is contains metadata, set only for machine tokens & to be used only in the CLI
    • hasMFA boolean required
      Whether the user has multi-factor authentication enabled.
    • isOrgManaged boolean required
      Whether the user’s account is managed by an organization.
    • isManagedByMultiOrg boolean required
      Whether the user’s account is managed by multiple organizations.
    • 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