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

constructor(authorizationType: Output<String>, resourceId: Output<String>)

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.

Functions

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