LinkedIntegrationRuntimeRbacAuthorizationArgs

data class LinkedIntegrationRuntimeRbacAuthorizationArgs(val authorizationType: Output<String>, val resourceId: Output<String>) : ConvertibleToJava<LinkedIntegrationRuntimeRbacAuthorizationArgs>

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

Constructors

fun LinkedIntegrationRuntimeRbacAuthorizationArgs(authorizationType: Output<String>, resourceId: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): LinkedIntegrationRuntimeRbacAuthorizationArgs

Properties

Link copied to clipboard

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

Link copied to clipboard
val resourceId: Output<String>

The resource identifier of the integration runtime to be shared.