次の方法で共有


LinkedIntegrationRuntimeRbacAuthorization type

ロール ベースのアクセス制御 (RBAC) 承認の種類の統合ランタイム。

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