LinkedIntegrationRuntimeRbacAuthorizationResponse

data class LinkedIntegrationRuntimeRbacAuthorizationResponse(val authorizationType: String, val resourceId: String)

The role based access control (RBAC) authorization type integration runtime.

Constructors

constructor(authorizationType: String, resourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authorization type for integration runtime sharing. Expected value is 'RBAC'.

Link copied to clipboard

The resource identifier of the integration runtime to be shared.