Linked Integration Runtime Rbac Authorization Response
    data class LinkedIntegrationRuntimeRbacAuthorizationResponse(val authorizationType: String, val credential: CredentialReferenceResponse? = null, val resourceId: String)
The role based access control (RBAC) authorization type integration runtime.
Constructors
Link copied to clipboard
                fun LinkedIntegrationRuntimeRbacAuthorizationResponse(authorizationType: String, credential: CredentialReferenceResponse? = null, resourceId: String)