DevToolPortalPropertiesResponse

data class DevToolPortalPropertiesResponse(val components: List<DevToolPortalComponentResponse>, val features: DevToolPortalFeatureSettingsResponse? = null, val provisioningState: String, val public: Boolean? = null, val ssoProperties: DevToolPortalSsoPropertiesResponse? = null, val url: String)

Dev Tool Portal properties payload

Constructors

Link copied to clipboard
constructor(components: List<DevToolPortalComponentResponse>, features: DevToolPortalFeatureSettingsResponse? = null, provisioningState: String, public: Boolean? = null, ssoProperties: DevToolPortalSsoPropertiesResponse? = null, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Collection of components belong to Dev Tool Portal.

Link copied to clipboard

Settings for Dev Tool Portal

Link copied to clipboard

State of the Dev Tool Portal.

Link copied to clipboard
val public: Boolean? = null

Indicates whether the resource exposes public endpoint

Link copied to clipboard

Single sign-on related configuration

Link copied to clipboard
val url: String

URL of the resource, exposed when 'public' is true.