DevToolPortalProperties interface
Dev Tool Portal properties payload
Properties
components | Collection of components belong to Dev Tool Portal. NOTE: This property will not be serialized. It can only be populated by the server. |
features | Settings for Dev Tool Portal |
provisioning |
State of the Dev Tool Portal. NOTE: This property will not be serialized. It can only be populated by the server. |
public | Indicates whether the resource exposes public endpoint |
sso |
Single sign-on related configuration |
url | URL of the resource, exposed when 'public' is true. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
components
Collection of components belong to Dev Tool Portal. NOTE: This property will not be serialized. It can only be populated by the server.
components?: DevToolPortalComponent[]
Property Value
features
Settings for Dev Tool Portal
features?: DevToolPortalFeatureSettings
Property Value
provisioningState
State of the Dev Tool Portal. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
public
Indicates whether the resource exposes public endpoint
public?: boolean
Property Value
boolean
ssoProperties
Single sign-on related configuration
ssoProperties?: DevToolPortalSsoProperties
Property Value
url
URL of the resource, exposed when 'public' is true. NOTE: This property will not be serialized. It can only be populated by the server.
url?: string
Property Value
string