object
(JSON Schema for BTPSA use case definitions)
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
-
is optional
-
Type:
string
-
cannot be null
-
defined in: JSON Schema for BTPSA use case definitions
string
name of the service
aboutThisUseCase
-
is optional
-
Type:
object
(name of the service) -
cannot be null
-
defined in: JSON Schema for BTPSA use case definitions
object
(name of the service)
role collections to be assigned to a service
assignrolecollections
-
is optional
-
Type:
object[]
(Details) -
cannot be null
-
defined in: JSON Schema for BTPSA use case definitions
object[]
(Details)
create a list of commands, that should be executed after the SAP BTP account is setup
executeAfterAccountSetup
-
is optional
-
Type:
object[]
(Details) -
cannot be null
-
defined in: JSON Schema for BTPSA use case definitions
object[]
(Details)
create a list of commands, that should be executed before the SAP BTP account is setup
executeBeforeAccountSetup
-
is optional
-
Type:
object[]
(Details) -
cannot be null
-
defined in: JSON Schema for BTPSA use case definitions
object[]
(Details)
create a list of commands, that should be executed to prune the use case from your SAP BTP account
executeToPruneUseCase
-
is optional
-
Type:
object[]
(Details) -
cannot be null
-
defined in: JSON Schema for BTPSA use case definitions
object[]
(Details)
services
-
is optional
-
Type:
object[]
(Details) -
cannot be null
-
defined in: JSON Schema for BTPSA use case definitions
object[]
(Details)