Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Latest commit

 

History

History
141 lines (73 loc) · 6.11 KB

btpsa-usecase.md

File metadata and controls

141 lines (73 loc) · 6.11 KB

JSON Schema for BTPSA use case definitions Type

object (JSON Schema for BTPSA use case definitions)

JSON Schema for BTPSA use case definitions Properties

Property Type Required Nullable Defined by
$schema string Optional cannot be null JSON Schema for BTPSA use case definitions
aboutThisUseCase object Optional cannot be null JSON Schema for BTPSA use case definitions
assignrolecollections array Optional cannot be null JSON Schema for BTPSA use case definitions
executeAfterAccountSetup array Optional cannot be null JSON Schema for BTPSA use case definitions
executeBeforeAccountSetup array Optional cannot be null JSON Schema for BTPSA use case definitions
executeToPruneUseCase array Optional cannot be null JSON Schema for BTPSA use case definitions
services array Optional cannot be null JSON Schema for BTPSA use case definitions

$schema

$schema

$schema Type

string

aboutThisUseCase

name of the service

aboutThisUseCase

aboutThisUseCase Type

object (name of the service)

assignrolecollections

role collections to be assigned to a service

assignrolecollections

assignrolecollections Type

object[] (Details)

executeAfterAccountSetup

create a list of commands, that should be executed after the SAP BTP account is setup

executeAfterAccountSetup

executeAfterAccountSetup Type

object[] (Details)

executeBeforeAccountSetup

create a list of commands, that should be executed before the SAP BTP account is setup

executeBeforeAccountSetup

executeBeforeAccountSetup Type

object[] (Details)

executeToPruneUseCase

create a list of commands, that should be executed to prune the use case from your SAP BTP account

executeToPruneUseCase

executeToPruneUseCase Type

object[] (Details)

services

services

services Type

object[] (Details)