1. Registry
  2. Packages
  3. Azure Native
  4. API Docs
  5. securityinsights
  6. getSourceControl
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.26.0
published on Thursday, Aug 13, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.26.0
published on Thursday, Aug 13, 2026 by Pulumi

    Gets a source control byt its identifier.

    Uses Azure REST API version 2025-09-01.

    Other available API versions: 2025-06-01, 2025-07-01-preview, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native securityinsights [ApiVersion]. See the version guide for details.

    Using getSourceControl

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSourceControl(args: GetSourceControlArgs, opts?: InvokeOptions): Promise<GetSourceControlResult>
    function getSourceControlOutput(args: GetSourceControlOutputArgs, opts?: InvokeOutputOptions): Output<GetSourceControlResult>
    def get_source_control(resource_group_name: Optional[str] = None,
                           source_control_id: Optional[str] = None,
                           workspace_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetSourceControlResult
    def get_source_control_output(resource_group_name: pulumi.Input[Optional[str]] = None,
                           source_control_id: pulumi.Input[Optional[str]] = None,
                           workspace_name: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOutputOptions] = None) -> Output[GetSourceControlResult]
    func LookupSourceControl(ctx *Context, args *LookupSourceControlArgs, opts ...InvokeOption) (*LookupSourceControlResult, error)
    func LookupSourceControlOutput(ctx *Context, args *LookupSourceControlOutputArgs, opts ...InvokeOption) LookupSourceControlResultOutput

    > Note: This function is named LookupSourceControl in the Go SDK.

    public static class GetSourceControl 
    {
        public static Task<GetSourceControlResult> InvokeAsync(GetSourceControlArgs args, InvokeOptions? opts = null)
        public static Output<GetSourceControlResult> Invoke(GetSourceControlInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetSourceControlResult> Invoke(GetSourceControlInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetSourceControlResult> getSourceControl(GetSourceControlArgs args, InvokeOptions options)
    public static Output<GetSourceControlResult> getSourceControl(GetSourceControlArgs args, InvokeOptions options)
    public static Output<GetSourceControlResult> getSourceControl(GetSourceControlArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: azure-native:securityinsights:getSourceControl
      arguments:
        # arguments dictionary
    data "azure-native_securityinsights_get_source_control" "name" {
        # arguments
    }

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SourceControlId string
    Source control Id
    WorkspaceName string
    The name of the monitor workspace.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SourceControlId string
    Source control Id
    WorkspaceName string
    The name of the monitor workspace.
    resource_group_name string
    The name of the resource group. The name is case insensitive.
    source_control_id string
    Source control Id
    workspace_name string
    The name of the monitor workspace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    sourceControlId String
    Source control Id
    workspaceName String
    The name of the monitor workspace.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    sourceControlId string
    Source control Id
    workspaceName string
    The name of the monitor workspace.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    source_control_id str
    Source control Id
    workspace_name str
    The name of the monitor workspace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    sourceControlId String
    Source control Id
    workspaceName String
    The name of the monitor workspace.

    getSourceControl Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    ContentTypes List<string>
    Array of source control content types.
    DisplayName string
    The display name of the source control
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    LastDeploymentInfo Pulumi.AzureNative.SecurityInsights.Outputs.DeploymentInfoResponse
    Information regarding the latest deployment for the source control.
    Name string
    The name of the resource
    PullRequest Pulumi.AzureNative.SecurityInsights.Outputs.PullRequestResponse
    Information regarding the pull request of the source control.
    RepoType string
    The repository type of the source control
    Repository Pulumi.AzureNative.SecurityInsights.Outputs.RepositoryResponse
    Repository metadata.
    SystemData Pulumi.AzureNative.SecurityInsights.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Version string
    The version number associated with the source control
    WorkloadIdentityFederation Pulumi.AzureNative.SecurityInsights.Outputs.WorkloadIdentityFederationResponse
    Workload Identity metadata.
    Description string
    A description of the source control
    Etag string
    Etag of the azure resource
    RepositoryResourceInfo Pulumi.AzureNative.SecurityInsights.Outputs.RepositoryResourceInfoResponse
    Information regarding the resources created in user's repository.
    ServicePrincipal Pulumi.AzureNative.SecurityInsights.Outputs.ServicePrincipalResponse
    Service principal metadata.
    AzureApiVersion string
    The Azure API version of the resource.
    ContentTypes []string
    Array of source control content types.
    DisplayName string
    The display name of the source control
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    LastDeploymentInfo DeploymentInfoResponse
    Information regarding the latest deployment for the source control.
    Name string
    The name of the resource
    PullRequest PullRequestResponse
    Information regarding the pull request of the source control.
    RepoType string
    The repository type of the source control
    Repository RepositoryResponse
    Repository metadata.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Version string
    The version number associated with the source control
    WorkloadIdentityFederation WorkloadIdentityFederationResponse
    Workload Identity metadata.
    Description string
    A description of the source control
    Etag string
    Etag of the azure resource
    RepositoryResourceInfo RepositoryResourceInfoResponse
    Information regarding the resources created in user's repository.
    ServicePrincipal ServicePrincipalResponse
    Service principal metadata.
    azure_api_version string
    The Azure API version of the resource.
    content_types list(string)
    Array of source control content types.
    display_name string
    The display name of the source control
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    last_deployment_info object
    Information regarding the latest deployment for the source control.
    name string
    The name of the resource
    pull_request object
    Information regarding the pull request of the source control.
    repo_type string
    The repository type of the source control
    repository object
    Repository metadata.
    system_data object
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    version string
    The version number associated with the source control
    workload_identity_federation object
    Workload Identity metadata.
    description string
    A description of the source control
    etag string
    Etag of the azure resource
    repository_resource_info object
    Information regarding the resources created in user's repository.
    service_principal object
    Service principal metadata.
    azureApiVersion String
    The Azure API version of the resource.
    contentTypes List<String>
    Array of source control content types.
    displayName String
    The display name of the source control
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastDeploymentInfo DeploymentInfoResponse
    Information regarding the latest deployment for the source control.
    name String
    The name of the resource
    pullRequest PullRequestResponse
    Information regarding the pull request of the source control.
    repoType String
    The repository type of the source control
    repository RepositoryResponse
    Repository metadata.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    version String
    The version number associated with the source control
    workloadIdentityFederation WorkloadIdentityFederationResponse
    Workload Identity metadata.
    description String
    A description of the source control
    etag String
    Etag of the azure resource
    repositoryResourceInfo RepositoryResourceInfoResponse
    Information regarding the resources created in user's repository.
    servicePrincipal ServicePrincipalResponse
    Service principal metadata.
    azureApiVersion string
    The Azure API version of the resource.
    contentTypes string[]
    Array of source control content types.
    displayName string
    The display name of the source control
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastDeploymentInfo DeploymentInfoResponse
    Information regarding the latest deployment for the source control.
    name string
    The name of the resource
    pullRequest PullRequestResponse
    Information regarding the pull request of the source control.
    repoType string
    The repository type of the source control
    repository RepositoryResponse
    Repository metadata.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    version string
    The version number associated with the source control
    workloadIdentityFederation WorkloadIdentityFederationResponse
    Workload Identity metadata.
    description string
    A description of the source control
    etag string
    Etag of the azure resource
    repositoryResourceInfo RepositoryResourceInfoResponse
    Information regarding the resources created in user's repository.
    servicePrincipal ServicePrincipalResponse
    Service principal metadata.
    azure_api_version str
    The Azure API version of the resource.
    content_types Sequence[str]
    Array of source control content types.
    display_name str
    The display name of the source control
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    last_deployment_info DeploymentInfoResponse
    Information regarding the latest deployment for the source control.
    name str
    The name of the resource
    pull_request PullRequestResponse
    Information regarding the pull request of the source control.
    repo_type str
    The repository type of the source control
    repository RepositoryResponse
    Repository metadata.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    version str
    The version number associated with the source control
    workload_identity_federation WorkloadIdentityFederationResponse
    Workload Identity metadata.
    description str
    A description of the source control
    etag str
    Etag of the azure resource
    repository_resource_info RepositoryResourceInfoResponse
    Information regarding the resources created in user's repository.
    service_principal ServicePrincipalResponse
    Service principal metadata.
    azureApiVersion String
    The Azure API version of the resource.
    contentTypes List<String>
    Array of source control content types.
    displayName String
    The display name of the source control
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastDeploymentInfo Property Map
    Information regarding the latest deployment for the source control.
    name String
    The name of the resource
    pullRequest Property Map
    Information regarding the pull request of the source control.
    repoType String
    The repository type of the source control
    repository Property Map
    Repository metadata.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    version String
    The version number associated with the source control
    workloadIdentityFederation Property Map
    Workload Identity metadata.
    description String
    A description of the source control
    etag String
    Etag of the azure resource
    repositoryResourceInfo Property Map
    Information regarding the resources created in user's repository.
    servicePrincipal Property Map
    Service principal metadata.

    Supporting Types

    AzureDevOpsResourceInfoResponse

    PipelineId string
    Id of the pipeline created for the source-control.
    ServiceConnectionId string
    Id of the service-connection created for the source-control.
    PipelineId string
    Id of the pipeline created for the source-control.
    ServiceConnectionId string
    Id of the service-connection created for the source-control.
    pipeline_id string
    Id of the pipeline created for the source-control.
    service_connection_id string
    Id of the service-connection created for the source-control.
    pipelineId String
    Id of the pipeline created for the source-control.
    serviceConnectionId String
    Id of the service-connection created for the source-control.
    pipelineId string
    Id of the pipeline created for the source-control.
    serviceConnectionId string
    Id of the service-connection created for the source-control.
    pipeline_id str
    Id of the pipeline created for the source-control.
    service_connection_id str
    Id of the service-connection created for the source-control.
    pipelineId String
    Id of the pipeline created for the source-control.
    serviceConnectionId String
    Id of the service-connection created for the source-control.

    DeploymentInfoResponse

    Deployment Pulumi.AzureNative.SecurityInsights.Inputs.DeploymentResponse
    Deployment information.
    DeploymentFetchStatus string
    Status while fetching the last deployment.
    Message string
    Additional details about the deployment that can be shown to the user.
    Deployment DeploymentResponse
    Deployment information.
    DeploymentFetchStatus string
    Status while fetching the last deployment.
    Message string
    Additional details about the deployment that can be shown to the user.
    deployment object
    Deployment information.
    deployment_fetch_status string
    Status while fetching the last deployment.
    message string
    Additional details about the deployment that can be shown to the user.
    deployment DeploymentResponse
    Deployment information.
    deploymentFetchStatus String
    Status while fetching the last deployment.
    message String
    Additional details about the deployment that can be shown to the user.
    deployment DeploymentResponse
    Deployment information.
    deploymentFetchStatus string
    Status while fetching the last deployment.
    message string
    Additional details about the deployment that can be shown to the user.
    deployment DeploymentResponse
    Deployment information.
    deployment_fetch_status str
    Status while fetching the last deployment.
    message str
    Additional details about the deployment that can be shown to the user.
    deployment Property Map
    Deployment information.
    deploymentFetchStatus String
    Status while fetching the last deployment.
    message String
    Additional details about the deployment that can be shown to the user.

    DeploymentResponse

    DeploymentId string
    Deployment identifier.
    DeploymentLogsUrl string
    Url to access repository action logs.
    DeploymentResult string
    The outcome of the deployment.
    DeploymentState string
    Current status of the deployment.
    DeploymentTime string
    The time when the deployment finished.
    DeploymentId string
    Deployment identifier.
    DeploymentLogsUrl string
    Url to access repository action logs.
    DeploymentResult string
    The outcome of the deployment.
    DeploymentState string
    Current status of the deployment.
    DeploymentTime string
    The time when the deployment finished.
    deployment_id string
    Deployment identifier.
    deployment_logs_url string
    Url to access repository action logs.
    deployment_result string
    The outcome of the deployment.
    deployment_state string
    Current status of the deployment.
    deployment_time string
    The time when the deployment finished.
    deploymentId String
    Deployment identifier.
    deploymentLogsUrl String
    Url to access repository action logs.
    deploymentResult String
    The outcome of the deployment.
    deploymentState String
    Current status of the deployment.
    deploymentTime String
    The time when the deployment finished.
    deploymentId string
    Deployment identifier.
    deploymentLogsUrl string
    Url to access repository action logs.
    deploymentResult string
    The outcome of the deployment.
    deploymentState string
    Current status of the deployment.
    deploymentTime string
    The time when the deployment finished.
    deployment_id str
    Deployment identifier.
    deployment_logs_url str
    Url to access repository action logs.
    deployment_result str
    The outcome of the deployment.
    deployment_state str
    Current status of the deployment.
    deployment_time str
    The time when the deployment finished.
    deploymentId String
    Deployment identifier.
    deploymentLogsUrl String
    Url to access repository action logs.
    deploymentResult String
    The outcome of the deployment.
    deploymentState String
    Current status of the deployment.
    deploymentTime String
    The time when the deployment finished.

    GitHubResourceInfoResponse

    AppInstallationId string
    GitHub application installation id.
    AppInstallationId string
    GitHub application installation id.
    app_installation_id string
    GitHub application installation id.
    appInstallationId String
    GitHub application installation id.
    appInstallationId string
    GitHub application installation id.
    app_installation_id str
    GitHub application installation id.
    appInstallationId String
    GitHub application installation id.

    PullRequestResponse

    State string
    State of the pull request
    Url string
    URL of pull request
    State string
    State of the pull request
    Url string
    URL of pull request
    state string
    State of the pull request
    url string
    URL of pull request
    state String
    State of the pull request
    url String
    URL of pull request
    state string
    State of the pull request
    url string
    URL of pull request
    state str
    State of the pull request
    url str
    URL of pull request
    state String
    State of the pull request
    url String
    URL of pull request

    RepositoryResourceInfoResponse

    AzureDevOpsResourceInfo AzureDevOpsResourceInfoResponse
    Resources created in Azure DevOps for this source-control.
    GitHubResourceInfo GitHubResourceInfoResponse
    Resources created in GitHub for this source-control.
    Webhook WebhookResponse
    The webhook object created for the source-control.
    azure_dev_ops_resource_info object
    Resources created in Azure DevOps for this source-control.
    git_hub_resource_info object
    Resources created in GitHub for this source-control.
    webhook object
    The webhook object created for the source-control.
    azureDevOpsResourceInfo AzureDevOpsResourceInfoResponse
    Resources created in Azure DevOps for this source-control.
    gitHubResourceInfo GitHubResourceInfoResponse
    Resources created in GitHub for this source-control.
    webhook WebhookResponse
    The webhook object created for the source-control.
    azureDevOpsResourceInfo AzureDevOpsResourceInfoResponse
    Resources created in Azure DevOps for this source-control.
    gitHubResourceInfo GitHubResourceInfoResponse
    Resources created in GitHub for this source-control.
    webhook WebhookResponse
    The webhook object created for the source-control.
    azure_dev_ops_resource_info AzureDevOpsResourceInfoResponse
    Resources created in Azure DevOps for this source-control.
    git_hub_resource_info GitHubResourceInfoResponse
    Resources created in GitHub for this source-control.
    webhook WebhookResponse
    The webhook object created for the source-control.
    azureDevOpsResourceInfo Property Map
    Resources created in Azure DevOps for this source-control.
    gitHubResourceInfo Property Map
    Resources created in GitHub for this source-control.
    webhook Property Map
    The webhook object created for the source-control.

    RepositoryResponse

    Branch string
    Branch name of repository.
    DeploymentLogsUrl string
    Url to access repository action logs.
    Url string
    Url of repository.
    DisplayUrl string
    Display url of repository.
    Branch string
    Branch name of repository.
    DeploymentLogsUrl string
    Url to access repository action logs.
    Url string
    Url of repository.
    DisplayUrl string
    Display url of repository.
    branch string
    Branch name of repository.
    deployment_logs_url string
    Url to access repository action logs.
    url string
    Url of repository.
    display_url string
    Display url of repository.
    branch String
    Branch name of repository.
    deploymentLogsUrl String
    Url to access repository action logs.
    url String
    Url of repository.
    displayUrl String
    Display url of repository.
    branch string
    Branch name of repository.
    deploymentLogsUrl string
    Url to access repository action logs.
    url string
    Url of repository.
    displayUrl string
    Display url of repository.
    branch str
    Branch name of repository.
    deployment_logs_url str
    Url to access repository action logs.
    url str
    Url of repository.
    display_url str
    Display url of repository.
    branch String
    Branch name of repository.
    deploymentLogsUrl String
    Url to access repository action logs.
    url String
    Url of repository.
    displayUrl String
    Display url of repository.

    ServicePrincipalResponse

    AppId string
    App id of service principal.
    Id string
    Id of service principal.
    TenantId string
    Tenant id of service principal.
    CredentialsExpireOn string
    Expiration time of service principal credentials.
    AppId string
    App id of service principal.
    Id string
    Id of service principal.
    TenantId string
    Tenant id of service principal.
    CredentialsExpireOn string
    Expiration time of service principal credentials.
    app_id string
    App id of service principal.
    id string
    Id of service principal.
    tenant_id string
    Tenant id of service principal.
    credentials_expire_on string
    Expiration time of service principal credentials.
    appId String
    App id of service principal.
    id String
    Id of service principal.
    tenantId String
    Tenant id of service principal.
    credentialsExpireOn String
    Expiration time of service principal credentials.
    appId string
    App id of service principal.
    id string
    Id of service principal.
    tenantId string
    Tenant id of service principal.
    credentialsExpireOn string
    Expiration time of service principal credentials.
    app_id str
    App id of service principal.
    id str
    Id of service principal.
    tenant_id str
    Tenant id of service principal.
    credentials_expire_on str
    Expiration time of service principal credentials.
    appId String
    App id of service principal.
    id String
    Id of service principal.
    tenantId String
    Tenant id of service principal.
    credentialsExpireOn String
    Expiration time of service principal credentials.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    created_at string
    The timestamp of resource creation (UTC).
    created_by string
    The identity that created the resource.
    created_by_type string
    The type of identity that created the resource.
    last_modified_at string
    The timestamp of resource last modification (UTC)
    last_modified_by string
    The identity that last modified the resource.
    last_modified_by_type string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    WebhookResponse

    WebhookId string
    Unique identifier for the webhook.
    WebhookSecretUpdateTime string
    Time when the webhook secret was updated.
    WebhookUrl string
    URL that gets invoked by the webhook.
    RotateWebhookSecret bool
    A flag to instruct the backend service to rotate webhook secret.
    WebhookId string
    Unique identifier for the webhook.
    WebhookSecretUpdateTime string
    Time when the webhook secret was updated.
    WebhookUrl string
    URL that gets invoked by the webhook.
    RotateWebhookSecret bool
    A flag to instruct the backend service to rotate webhook secret.
    webhook_id string
    Unique identifier for the webhook.
    webhook_secret_update_time string
    Time when the webhook secret was updated.
    webhook_url string
    URL that gets invoked by the webhook.
    rotate_webhook_secret bool
    A flag to instruct the backend service to rotate webhook secret.
    webhookId String
    Unique identifier for the webhook.
    webhookSecretUpdateTime String
    Time when the webhook secret was updated.
    webhookUrl String
    URL that gets invoked by the webhook.
    rotateWebhookSecret Boolean
    A flag to instruct the backend service to rotate webhook secret.
    webhookId string
    Unique identifier for the webhook.
    webhookSecretUpdateTime string
    Time when the webhook secret was updated.
    webhookUrl string
    URL that gets invoked by the webhook.
    rotateWebhookSecret boolean
    A flag to instruct the backend service to rotate webhook secret.
    webhook_id str
    Unique identifier for the webhook.
    webhook_secret_update_time str
    Time when the webhook secret was updated.
    webhook_url str
    URL that gets invoked by the webhook.
    rotate_webhook_secret bool
    A flag to instruct the backend service to rotate webhook secret.
    webhookId String
    Unique identifier for the webhook.
    webhookSecretUpdateTime String
    Time when the webhook secret was updated.
    webhookUrl String
    URL that gets invoked by the webhook.
    rotateWebhookSecret Boolean
    A flag to instruct the backend service to rotate webhook secret.

    WorkloadIdentityFederationResponse

    AppId string
    App id of Workload Identity Federation.
    Id string
    Id of Workload Identity Federation.
    Issuer string
    Issuer of Workload Identity Federation.
    Subject string
    Subject of Workload Identity Federation.
    TenantId string
    Tenant id of Workload Identity Federation.
    AppId string
    App id of Workload Identity Federation.
    Id string
    Id of Workload Identity Federation.
    Issuer string
    Issuer of Workload Identity Federation.
    Subject string
    Subject of Workload Identity Federation.
    TenantId string
    Tenant id of Workload Identity Federation.
    app_id string
    App id of Workload Identity Federation.
    id string
    Id of Workload Identity Federation.
    issuer string
    Issuer of Workload Identity Federation.
    subject string
    Subject of Workload Identity Federation.
    tenant_id string
    Tenant id of Workload Identity Federation.
    appId String
    App id of Workload Identity Federation.
    id String
    Id of Workload Identity Federation.
    issuer String
    Issuer of Workload Identity Federation.
    subject String
    Subject of Workload Identity Federation.
    tenantId String
    Tenant id of Workload Identity Federation.
    appId string
    App id of Workload Identity Federation.
    id string
    Id of Workload Identity Federation.
    issuer string
    Issuer of Workload Identity Federation.
    subject string
    Subject of Workload Identity Federation.
    tenantId string
    Tenant id of Workload Identity Federation.
    app_id str
    App id of Workload Identity Federation.
    id str
    Id of Workload Identity Federation.
    issuer str
    Issuer of Workload Identity Federation.
    subject str
    Subject of Workload Identity Federation.
    tenant_id str
    Tenant id of Workload Identity Federation.
    appId String
    App id of Workload Identity Federation.
    id String
    Id of Workload Identity Federation.
    issuer String
    Issuer of Workload Identity Federation.
    subject String
    Subject of Workload Identity Federation.
    tenantId String
    Tenant id of Workload Identity Federation.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v3.26.0
    published on Thursday, Aug 13, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial