SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias TemplateRefByScenarioNameVersion

    Representation of the 'TemplateRefByScenarioNameVersion' schema.

    type TemplateRefByScenarioNameVersion = {
        name: string;
        scenario: string;
        scope?: "resource_group" | "tenant";
        version: string;
    }
    Index

    Properties

    name: string

    Name of the template

    "some-template-name"
    
    scenario: string

    Scenario name

    "some-scenario"
    
    scope?: "resource_group" | "tenant"

    Defines the scope that is searched for the referenced template. 'tenant' indicates the template is shared across all resource groups within the tenant, while 'resource_group' indicates the template is only accessible within the specific resource group.

    Default: "tenant".

    version: string

    Version of the template

    "some version, can be `latest`"
    

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.