[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
ServiceInstanceDto
Defines the properties of the service instance dto.
Properties
boolean
default
Required
The flag to set default of service instance dto.
boolean
isDefault
Required
The flag to set default of service instance.
string
displayName
Optional
The display name of the service.
string
id
Optional
The id of the service.
array of
string
roles
Optional
The list of the roles in service instance dto.
string
serviceId
Optional
The id of the service.
string
url
Optional
The url in the service instance dto.
JSON Example
{
"default": true,
"isDefault": true
}