LinkedIntegrationRuntimeRbacAuthorization type

RBAC(역할 기반 액세스 제어) 권한 부여 유형 통합 런타임입니다.

type LinkedIntegrationRuntimeRbacAuthorization =
  LinkedIntegrationRuntimeType & {
    authorizationType: "RBAC"
    resourceId: string
  }