Type alias SfuScope

SfuScope: {
    actions: readonly SfuBotAction[];
    forwardings: ForwardingScope[];
}

Type declaration

  • actions: readonly SfuBotAction[]

    以下を複数指定可能

    • write: 作成、削除
    • create: 作成
    • delete: 削除
  • forwardings: ForwardingScope[]

    forwarding リソースに関するオブジェクトを指定(forwardingオブジェクトについては後述)

Generated using TypeDoc